diff options
Diffstat (limited to '2020/three.nim')
-rw-r--r-- | 2020/three.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2020/three.nim b/2020/three.nim index 8455783..f10bd0e 100644 --- a/2020/three.nim +++ b/2020/three.nim @@ -1,3 +1,4 @@ +# Day Three: Toboggan Trajectory import os, strutils, std/enumerate let input: string = paramStr(1) |