This website requires JavaScript.
Explore
Help
Sign In
onyx_online
/
aoc2023
Watch
1
Star
0
Fork
0
You've already forked aoc2023
mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced
2024-11-15 15:10:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b225a9166
aoc2023
/
day-16
/
makefile
11 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
day-16
2023-12-17 15:31:11 +00:00
TEST
=
"test.txt"
INPUT
=
"input.txt"
test
:
upd makefiles
2023-12-18 19:12:56 +00:00
go run . <
$(
TEST
)
day-16
2023-12-17 15:31:11 +00:00
run
:
upd makefiles
2023-12-18 19:12:56 +00:00
go run . <
$(
INPUT
)
day-16
2023-12-17 15:31:11 +00:00
all
:
test
Reference in New Issue
Copy Permalink