Initial commit.

This commit is contained in:
2016-12-01 08:34:25 +01:00
commit afe63c5931
3 changed files with 10 additions and 0 deletions

6
2016/01/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "01"
version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]

3
2016/01/src/main.rs Normal file
View File

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