1
0
Fork 0

day5 solution

main
Andrew Coleman 2017-12-05 12:45:34 -05:00
parent bb45f5a4aa
commit 037e8b2099
2 changed files with 35 additions and 0 deletions

8
day5/Makefile Normal file
View File

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

27
day5/day5.erl Normal file

File diff suppressed because one or more lines are too long