day 8 solution
This commit is contained in:
parent
9767345d02
commit
61aa26cad8
2 changed files with 1062 additions and 0 deletions
8
day8/Makefile
Normal file
8
day8/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
all: day8.beam
|
||||||
|
erl -noshell -s day8 start -s init stop
|
||||||
|
|
||||||
|
day8.beam:
|
||||||
|
erlc day8.erl
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f day8.beam
|
1054
day8/day8.erl
Normal file
1054
day8/day8.erl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue