This website works better with JavaScript.
Home
Help
Sign In
mehalter
/
AOC.jl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Added helper function to add a new day
main
Micah Halter
1 month ago
parent
ef7bb2f525
commit
54817d2222
Signed by:
mehalter
GPG Key ID:
4224A6EA9A8CAAA8
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
setup_day.jl
+ 7
- 0
setup_day.jl
View File
@ -0,0 +1,7 @@
using
AdventOfCode
if
length
(
ARGS
)
=
=
2
setup_files
(
parse
(
Int
,
ARGS
[
1
]
)
,
parse
(
Int
,
ARGS
[
2
]
)
;
force
=
false
)
else
setup_files
(
;
force
=
false
)
end
Write
Preview
Loading…
Cancel
Save