day 12 solution
parent
ccb0f8c158
commit
c4ed54a1fd
|
@ -0,0 +1,8 @@
|
||||||
|
all: day12.beam
|
||||||
|
erl -noshell -s day12 start -s init stop
|
||||||
|
|
||||||
|
day12.beam:
|
||||||
|
erlc day12.erl
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f day12.beam
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue