Skip to content

Commit f0536dd

Browse files
committed
Added main to build with travis
1 parent a4df863 commit f0536dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#![feature(test)]
22
#[macro_use]
33
mod game;
4+
5+
fn main() {
6+
println!("Hi");
7+
}

0 commit comments

Comments
 (0)