]> localhost Git - adventofcode2020.git/commit
Add project structure and Day 00 code (2019/Day 01)
authorJack Kinsey <j.jameskinsey@gmail.com>
Tue, 24 Nov 2020 06:23:11 +0000 (01:23 -0500)
committerJack Kinsey <j.jameskinsey@gmail.com>
Tue, 24 Nov 2020 06:23:11 +0000 (01:23 -0500)
commita17acf6d9e8119b837fd440b4e17c191ff2564bd
tree65331722c4a14bb7b0388ed84fd85c600dd6bd8c
Add project structure and Day 00 code (2019/Day 01)
adventofcode2020.asd [new file with mode: 0644]
package.lisp [new file with mode: 0644]
src/adventofcode2020.lisp [new file with mode: 0644]
src/day00.lisp [new file with mode: 0644]
src/utilities.lisp [new file with mode: 0644]
t/adventofcode2020.lisp [new file with mode: 0644]
t/day00.lisp [new file with mode: 0644]