Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)