GenGen/lib.rs
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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!");
}