This commit is contained in:
2018-12-17 09:12:33 +01:00
parent 1fd77f3b83
commit e6cd5a020d
46 changed files with 1726 additions and 0 deletions

7
2018/12/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "day-12"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]

3
2018/12/src/main.rs Normal file
View File

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