aboutsummaryrefslogtreecommitdiff
path: root/2020/twoFancy.nim
diff options
context:
space:
mode:
authorj-james2020-12-04 01:14:11 +0000
committerj-james2020-12-04 01:14:11 +0000
commit4edd4fd104d4ff5f5e118e1327d800ec56fd3087 (patch)
treeb65d86e423ece95be2836501192681153dc2b76e /2020/twoFancy.nim
parentf43e27cd290b652bdcf46c88fdf0bac585d7d58c (diff)
Add titles to 2020 solutions
Diffstat (limited to '2020/twoFancy.nim')
-rw-r--r--2020/twoFancy.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/2020/twoFancy.nim b/2020/twoFancy.nim
index a16ef06..441651a 100644
--- a/2020/twoFancy.nim
+++ b/2020/twoFancy.nim
@@ -1,3 +1,4 @@
+# Day Two: Password Philosophy
import os, strutils, terminal
let input = paramStr(1)