This website requires JavaScript.
Explore
Help
Register
Sign In
guido
/
aoc-helper
Watch
1
Star
0
Fork
You've already forked aoc-helper
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13851a980c
aoc-helper
/
lib
/
tasks
/
part_two.rb
5 lines
94 B
Ruby
Raw
Blame
History
require
"
tty-prompt
"
def
part_two
(
prompt
,
day
)
prompt
.
say
(
"
part two not yet supported
"
)
end
Reference in New Issue
View Git Blame
Copy Permalink