feat: Update README
This commit is contained in:
parent
e7795b324e
commit
73842ceb42
3 changed files with 15 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -71,3 +71,4 @@ build-iPhoneSimulator/
|
|||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
input.txt
|
||||
|
|
14
README.adoc
Normal file
14
README.adoc
Normal file
|
@ -0,0 +1,14 @@
|
|||
= Advent of Code - 2021
|
||||
|
||||
See https://adventofcode.com/2021.
|
||||
|
||||
== Usage
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
./run.rb <puzzle> <part>
|
||||
----
|
||||
|
||||
where `<puzzle>` is a number from `1` - `25` and part is either `1` or `2`.
|
||||
|
||||
Puzzles are implemented as `puzzles/<puzzle>_<part>/{main.rb,input.txt}`.
|
|
@ -1,3 +0,0 @@
|
|||
# advent-of-code-2021
|
||||
|
||||
https://adventofcode.com/2021
|
Loading…
Add table
Add a link
Reference in a new issue