1
0
Fork 0

day11 solution

main
Andrew Coleman 2017-12-11 11:44:14 -05:00
parent 70260d9f79
commit ccb0f8c158
2 changed files with 37 additions and 0 deletions

8
day11/Makefile Normal file
View File

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

29
day11/day11.erl Normal file

File diff suppressed because one or more lines are too long