diff options
author | Andinus <andinus@nand.sh> | 2021-01-20 16:38:24 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-20 16:38:24 +0530 |
commit | 02cd965f42d93e9951917d7a99d1d7e711f448d3 (patch) | |
tree | cc21e30fd16eb72c876910a5cfaf481071558c9e /resources | |
parent | 5200e692a94dd6cc8ce98eef49e01ebe0c2a158b (diff) | |
download | octans-02cd965f42d93e9951917d7a99d1d7e711f448d3.tar.gz |
Read from file if passed, modify USAGE
Previouly, the only way of passing the puzzle was to enter a url. Now octans is able to read from files too. If the file exist & it's readable then octans will read the puzzle from there.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/sample_input | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/sample_input b/resources/sample_input new file mode 100644 index 0000000..5362ab6 --- /dev/null +++ b/resources/sample_input @@ -0,0 +1,4 @@ +p* a c t +c* f e i +o n f o +y r e n |