GenGen/
lib.rs

1/* ************************************************************************** */
2/*                                                                            */
3/*                                                        :::      ::::::::   */
4/*   lib.rs                                             :+:      :+:    :+:   */
5/*                                                    +:+ +:+         +:+     */
6/*   By: crenault <crenault@student.42.fr>          +#+  +:+       +#+        */
7/*                                                +#+#+#+#+#+   +#+           */
8/*   Created: 2015/06/21 23:10:31 by crenault          #+#    #+#             */
9/*   Updated: 2015/06/21 23:10:50 by crenault         ###   ########.fr       */
10/*                                                                            */
11/* ************************************************************************** */
12
13#[test]
14/// that's a good hello world!
15fn it_works() {
16
17	println!("hello world!");
18}