1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   lib.rs                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: crenault <crenault@student.42.fr>          +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   Created: 2015/06/21 23:10:31 by crenault          #+#    #+#             */
/*   Updated: 2015/06/21 23:10:50 by crenault         ###   ########.fr       */
/*                                                                            */
/* ************************************************************************** */

#[test]
/// that's a good hello world!
fn it_works() {

	println!("hello world!");
}