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