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
+1
View File
@@ -0,0 +1 @@
target/
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "01"
version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}