Change to library.

This commit is contained in:
Gav Wood
2015-11-24 21:05:08 +01:00
parent c8a4a9d5ae
commit 950f1f898b
4 changed files with 682 additions and 3 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
#[test]
fn it_works() {
}

View File

@@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}