day11 solution
parent
70260d9f79
commit
ccb0f8c158
|
@ -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
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue