| taoc2: add usage info - aoc22 - advent of code 2022 solutions | |
| git clone git://src.adamsgaard.dk/aoc22 | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 0ab0cad54d0cabd8add1b8cb79604b06b5e042c6 | |
| parent 7a1cade84ee5440948991e7e7a57965eeb2a0293 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Fri, 2 Dec 2022 15:41:17 +0000 | |
| aoc2: add usage info | |
| Diffstat: | |
| M 2/aoc2 | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/2/aoc2 b/2/aoc2 | |
| t@@ -1,4 +1,5 @@ | |
| #!/bin/awk -f | |
| +# usage: aoc1 <input | |
| BEGIN { | |
| value["A"] = 1 # rock | |
| value["B"] = 2 # paper |