advent-of-languages
#+title: Advent of Languages
These are my solutions to [[https://adventofcode.com][Advent of Code]] 2022 problems.
As a challenge, every day is solved using a different programming language!
| Day | Language | |-----+------------| | 01 | JavaScript | | 02 | Python | | 03 | Ruby | | 04 | Lua | | 05 | Crystal | | 06 | C | | 07 | Go | | 08 | C++ | | 09 | Clojure | | 10 | Nim | | 11 | Janet | | 12 | Java | | 13 | Julia | | 14 | Dart | | 15 | Rust |
You can also see the solutions and output at [[https://advent.puida.xyz]].
Every solution has a =run.sh= file that can be executed to build and run the solution. To run all solutions, use the =run.sh= in the root of the repository.
There is also a script to download input files for a given year and day. To use it, create a =.cookie= file in the root of the repository with site cookie.
#+begin_src shell AOC_COOKIE="input_your_cookie_here" #+end_src
Then run the script to download the specified input.
#+begin_src shell ./download.sh 2015 5 #+end_src
advent-of-languages
- 0
- 0
- 0
- 0
- 0
- almost 2 years ago
- December 2, 2022
Thu, 07 Nov 2024 12:43:59 GMT