From 73842ceb42d2af97b1f54c8c0bf56e4a75df1847 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 9 Dec 2021 16:32:27 +0100 Subject: [PATCH] feat: Update README --- .gitignore | 1 + README.adoc | 14 ++++++++++++++ README.md | 3 --- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 README.adoc delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index 89a70f1..cb03c98 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ build-iPhoneSimulator/ # .nfs files are created when an open file is removed but is still being accessed .nfs* +input.txt diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..34dab1c --- /dev/null +++ b/README.adoc @@ -0,0 +1,14 @@ += Advent of Code - 2021 + +See https://adventofcode.com/2021. + +== Usage + +[source,shell] +---- +./run.rb +---- + +where `` is a number from `1` - `25` and part is either `1` or `2`. + +Puzzles are implemented as `puzzles/_/{main.rb,input.txt}`. diff --git a/README.md b/README.md deleted file mode 100644 index 9134c40..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# advent-of-code-2021 - -https://adventofcode.com/2021 \ No newline at end of file