Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.56 KB

File metadata and controls

33 lines (29 loc) · 1.56 KB

Advent of Code 2021

This year, I've challenged myself to solve every day of AoC in a different language. The result is what you see in this repo.

Every day has a Makefile with prepare_part_1, prepare_part_2, run_part_1 and run_part2, to allow a uniform way to run every solution, assuming you have the language installed.

Languages Used

  1. x86 assembly
  2. ><>
  3. FreeBASIC
  4. OpenCL
  5. COBOL
  6. Fortran
  7. GolfScript
  8. Pascal
  9. Perl
  10. Prolog
  11. Go
  12. Julia
  13. R
  14. Scala
  15. Kotlin
  16. C
  17. Haskell
  18. Lua
  19. Ruby
  20. Minecraft (part 1) | Bash (part 2)
  21. PHP
  22. Java
  23. JavaScript (part 1) | TypeScript (part 2)
  24. Python
  25. Rust