diff options
author | Julien Dessaux | 2023-03-08 23:21:52 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-03-08 23:21:52 +0100 |
commit | 662b77da67600ca088890eda21ece136f693e4a0 (patch) | |
tree | 63a1d54682fb9cfa15c82d05002d56beb7b2d369 /2020/02-Password_Philosophy/example | |
parent | 2020-01 part 2 in haskell (diff) | |
download | advent-of-code-662b77da67600ca088890eda21ece136f693e4a0.tar.gz advent-of-code-662b77da67600ca088890eda21ece136f693e4a0.tar.bz2 advent-of-code-662b77da67600ca088890eda21ece136f693e4a0.zip |
2020-02 in haskell
Diffstat (limited to '2020/02-Password_Philosophy/example')
-rw-r--r-- | 2020/02-Password_Philosophy/example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/02-Password_Philosophy/example b/2020/02-Password_Philosophy/example new file mode 100644 index 0000000..fe19c03 --- /dev/null +++ b/2020/02-Password_Philosophy/example @@ -0,0 +1,3 @@ +1-3 a: abcde +1-3 b: cdefg +2-9 c: ccccccccc |