day 1 optimizations, day 2 setup

This commit is contained in:
2020-12-01 14:33:20 -05:00
parent 188247651e
commit d8dbdca446
3 changed files with 33 additions and 19 deletions

3
2020/day_2/src/main.rs Normal file
View File

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