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

https://github.com/urholaukkarinen/advent-of-code-2022

Advent of Code 2022 in 25 programming languages
https://github.com/urholaukkarinen/advent-of-code-2022

Last synced: 27 days ago
JSON representation

Advent of Code 2022 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 [Dev Containers: Open Folder in Container...](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).

## Solutions

1. [Lisp](1/main.lsp)
2. [Pascal](2/main.pas)
3. [Scala](3/main.scala)
4. [Ada](4/main.adb)
5. [Julia](5/main.jl)
6. [Groovy](6/main.groovy)
7. [Dart](7/main.dart)
8. [Koka](8/main.kk)
9. [Haskell](9/main.hs)
10. [F#](10/main.fsx)