Finish day2, add project structure
authorJack Kinsey <j.jameskinsey@gmail.com>
Tue, 3 Dec 2019 01:43:00 +0000 (20:43 -0500)
committerJack Kinsey <j.jameskinsey@gmail.com>
Tue, 3 Dec 2019 01:43:00 +0000 (20:43 -0500)
commitcca08f5d8b235974166ebf040bf8426bf1ad786e
treed73ec07c5a4a629767816f2fd19417cf9715034e
parentccecad103bfb6a7ac843d773835452eb85621949
Finish day2, add project structure
.gitignore [new file with mode: 0644]
day02/intcode.clj [deleted file]
project.clj [new file with mode: 0644]
resources/day01 [moved from day01/input with 100% similarity]
resources/day02 [new file with mode: 0644]
src/adventofcode2019/core.clj [new file with mode: 0644]
src/adventofcode2019/day01.clj [moved from day01/fuel.clj with 60% similarity]
src/adventofcode2019/day02.clj [new file with mode: 0644]
src/adventofcode2019/lib.clj [new file with mode: 0644]
src/adventofcode2019/template.clj [new file with mode: 0644]
test/adventofcode2019/core_test.clj [new file with mode: 0644]