day11 solution
This commit is contained in:
parent
70260d9f79
commit
ccb0f8c158
2 changed files with 37 additions and 0 deletions
8
day11/Makefile
Normal file
8
day11/Makefile
Normal 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
29
day11/day11.erl
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue