Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urholaukkarinen/advent-of-code-2021
Advent of Code 2021 in 25 programming languages
https://github.com/urholaukkarinen/advent-of-code-2021
advent-of-code advent-of-code-2021 adventofcode aoc aoc-2021-in-kotlin aoc2021
Last synced: 7 days ago
JSON representation
Advent of Code 2021 in 25 programming languages
- Host: GitHub
- URL: https://github.com/urholaukkarinen/advent-of-code-2021
- Owner: urholaukkarinen
- Created: 2021-12-02T09:23:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T22:24:01.000Z (over 2 years ago)
- Last Synced: 2024-10-09T20:12:12.085Z (29 days ago)
- Topics: advent-of-code, advent-of-code-2021, adventofcode, aoc, aoc-2021-in-kotlin, aoc2021
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021 in 25 languages
Each solution has a VS Code [devcontainer](https://code.visualstudio.com/docs/remote/containers) and [tasks.json](https://code.visualstudio.com/docs/editor/tasks) for easy set up and execution with Docker. Simply open any of the solution folders in VS Code with [Remote-Containers: Open Folder in Container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack).
## Solutions
1. [Swift](1/main.swift)
2. [R](2/main.r)
3. [Clojure](3/main.clj)
4. [Haskell](4/main.hs)
5. [Tcl](5/main.tcl)
6. [F#](6/main.fsx)
7. [Ballerina](7/main.bal)
8. [Elixir](8/main.exs)
9. [Perl](9/main.pl)
10. [PHP](10/main.php)
11. [V](11/main.v)
12. [D](12/main.d)
13. [Haxe](13/Main.hx)
14. [Kotlin](14/main.kt)
15. [Python](15/main.py)
16. [Crystal](16/main.cr)
17. [Zig](17/main.zig)
18. [Rust](18/main.rs)
19. [Java](19/Main.java)
20. [Go](20/main.go)
21. [Ruby](21/main.rb)
22. [Nim](22/main.nim)
23. [C#](23/Program.cs)
24. [C](24/main.c)
25. [Typescript](25/main.ts)