Add a little helper to run all intcode challenges

This commit is contained in:
2019-12-06 00:14:20 +00:00
parent 156e9250b3
commit ec0fc3ef1b

4
run-intcodes Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
zig test lib/intcode/intcode.zig
zig build --build-file 02/build.zig run < 02/input
zig build --build-file 05/build.zig run < 05/input