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
- Host: GitHub
- URL: https://github.com/urholaukkarinen/advent-of-code-2022
- Owner: urholaukkarinen
- Created: 2022-12-04T19:58:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T00:17:35.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:57:26.819Z (3 months ago)
- Language: Haskell
- Size: 15.6 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 [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)