This website requires JavaScript.
Explore
Help
Sign In
lytedev
/
advent-of-code
Watch
1
Star
0
Fork
You've already forked advent-of-code
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
e52c644532
advent-of-code
/
2020
/
src
/
day3.nim
10 lines
109 B
Nim
Raw
Normal View
History
Unescape
Escape
Day 2 implementation
2020-12-03 09:54:58 -06:00
import
streams
Fix warnings
2020-12-03 09:57:12 -06:00
let
sledSlope
=
(
3
,
1
)
Day 2 implementation
2020-12-03 09:54:58 -06:00
proc
part1
*
(
s
:
Stream
)
:
int
=
0
proc
part2
*
(
s
:
Stream
)
:
int
=
0
Reference in a new issue
Copy permalink