1
Fork 0

feat: Update README

This commit is contained in:
Lucas Schwiderski 2021-12-09 16:32:27 +01:00
parent e7795b324e
commit 73842ceb42
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View file

@ -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
View 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}`.

View file

@ -1,3 +0,0 @@
# advent-of-code-2021
https://adventofcode.com/2021