Added Day 4 FAQ
This commit is contained in:
parent
a70db1f118
commit
a5d25fa317
1 changed files with 8 additions and 0 deletions
|
@ -19,3 +19,11 @@ Part 2 is written in Go and can only be ran on Linux, so it counts.
|
|||
#### Part 2:
|
||||
0. (Optional) Compile `d4p2.go`
|
||||
1. Run the program specifying the input as the first command line argument. `go run d4p2.go input` or `./d4p2 input`
|
||||
|
||||
### FAQ:
|
||||
#### 1. Spreadsheets aren't a programming language!!!!!!!!!!!!!!!!!!
|
||||
That's not a question.
|
||||
#### 2. Aren't you cheating by not using a non-programming language such as a spreadsheet?
|
||||
Don't care.
|
||||
|
||||
(Besides, it was harder this way)
|
||||
|
|
Loading…
Reference in a new issue