Dollar shell
This commit is contained in:
@@ -6,11 +6,11 @@ Expect hacky code that is not representative of my average code quality.
|
|||||||
Python solutions take input from `stdin`, so run like this:
|
Python solutions take input from `stdin`, so run like this:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cat input1.in | python3 3.py
|
$ cat input1.in | python3 3.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Swift solutions take the filename as the first argument.
|
Swift solutions take the filename as the first argument.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
swift ./AoC1/main.swift input1.in
|
$ swift ./AoC1/main.swift input1.in
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user