diff options
author | Thomas Voss <thomasvoss@live.com> | 2021-12-01 08:56:00 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2021-12-01 08:56:00 +0100 |
commit | 394df58d6da6928a6a3ebae31362342deca74b48 (patch) | |
tree | 9d9130761da691dbe923b5f1400bec69e087c223 /2021/01/README | |
parent | 32fe21038a75a3f6da911c92247e422885cb521b (diff) |
Add a shell script solution
Diffstat (limited to '2021/01/README')
-rw-r--r-- | 2021/01/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2021/01/README b/2021/01/README new file mode 100644 index 0000000..8f9110a --- /dev/null +++ b/2021/01/README @@ -0,0 +1,3 @@ +Originally written in Python because it's an easy language and I was speedcoding this at 6:00. In +hindsight this is a good shell script problem, so I wrote it again in that (it would have been my +goto language if I didn't have a python setup waiting for the clock to hit 6:00). |