diff options
Diffstat (limited to '2020/two.nim')
-rw-r--r-- | 2020/two.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2020/two.nim b/2020/two.nim index a2234ab..74bb170 100644 --- a/2020/two.nim +++ b/2020/two.nim @@ -1,3 +1,4 @@ +# Day Two: Password Philosophy import os, strutils let input: string = paramStr(1) |