1
0
Fork 0

day4 solution

main
Andrew Coleman 2017-12-04 19:00:03 -05:00
parent 8cb53d4061
commit bb45f5a4aa
2 changed files with 1076 additions and 0 deletions

8
day4/Makefile Normal file
View File

@ -0,0 +1,8 @@
all: day4.beam
erl -noshell -s day4 start -s init stop
day4.beam:
erlc day4.erl
clean:
rm -f day4.beam

1068
day4/day4.erl Normal file

File diff suppressed because it is too large Load Diff