diff options
author | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-11 12:17:33 +0200 |
---|---|---|
committer | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-11 12:17:33 +0200 |
commit | b9209ded9da77faccc0e03b7df9fc5776fd850a4 (patch) | |
tree | 54edfe3b6ecb6fe3556ff48dd07d3f555cb2a17c | |
parent | 34c2414304d59e76d52b96efe6bebebb4e75f086 (diff) | |
download | gleam_aoc2020-b9209ded9da77faccc0e03b7df9fc5776fd850a4.tar.gz gleam_aoc2020-b9209ded9da77faccc0e03b7df9fc5776fd850a4.zip |
Add root directory README
-rw-r--r-- | .gitignore (renamed from 2021-kotlin/.gitignore) | 4 | ||||
-rw-r--r-- | 2021-kotlin/README.md | 14 | ||||
-rw-r--r-- | README.md | 15 |
3 files changed, 21 insertions, 12 deletions
diff --git a/2021-kotlin/.gitignore b/.gitignore index 4011c1a..81dea52 100644 --- a/2021-kotlin/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.gradle .idea +.gradle build -src/**/*.txt +*.txt diff --git a/2021-kotlin/README.md b/2021-kotlin/README.md index 283f3a5..941e3a9 100644 --- a/2021-kotlin/README.md +++ b/2021-kotlin/README.md @@ -1,11 +1,11 @@ # Advent of Code 2021 in Kotlin  - - + + -Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][github] using -the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other people's solutions [here][awesome]. +Welcome to the Advent of Code Kotlin project created by [tchojnacki][github] using the +[Advent of Code Kotlin Template][template] delivered by JetBrains. ## Progress @@ -37,14 +37,8 @@ the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other | Day 24: Arithmetic Logic Unit | 🌟 | 🌟 | | Day 25: Sea Cucumber | 🌟 | | -[^aoc]: [Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015. -Every year since then, beginning on the first day of December, a programming puzzle is published every day for -twenty-four days. You can solve the puzzle and provide an answer using the language of your choice. - [aoc]: https://adventofcode.com [github]: https://github.com/tchojnacki [template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template - -[awesome]: https://github.com/Bogdanp/awesome-advent-of-code diff --git a/README.md b/README.md new file mode 100644 index 0000000..edf08ea --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Advent of Code +Repository storing my solutions to Advent of Code. See other people's solutions [here][awesome]. + +> [Advent of Code][aoc] is an Advent calendar of small programming puzzles for a variety of skill sets and skill +> levels that can be solved in any programming language you like. People use them as a speed contest, interview +> prep, company training, university coursework, practice problems, or to challenge each other. + +## [2021](2021-kotlin) + + + + +[aoc]: https://adventofcode.com + +[awesome]: https://github.com/Bogdanp/awesome-advent-of-code |