Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johanholmerin/aoc-2022
Advent of Code 2022 in 25 languages
https://github.com/johanholmerin/aoc-2022
2022 advent-of-code
Last synced: 4 days ago
JSON representation
Advent of Code 2022 in 25 languages
- Host: GitHub
- URL: https://github.com/johanholmerin/aoc-2022
- Owner: johanholmerin
- Created: 2022-11-10T19:16:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T13:36:01.000Z (about 2 years ago)
- Last Synced: 2024-12-08T06:41:10.519Z (2 months ago)
- Topics: 2022, advent-of-code
- Language: Ballerina
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
Solved using a different language for each day
## Running solutions
```sh
# Replace DD with the day number
docker build -t aocDD dayDD
docker run aocDD
docker run -e part=part2 aocDD
```## Languages
- [01 - Bash](day01)
- [02 - awk](day02)
- [03 - nim](day03)
- [04 - Go](day04)
- [05 - Python](day05)
- [06 - Julia](day06)
- [07 - Lua](day07)
- [08 - D](day08)
- [09 - JavaScript](day09)
- [10 - Ruby](day10)
- [11 - PHP](day11)
- [12 - Haxe](day12)
- [13 - V](day13)
- [14 - Odin](day14)
- [15 - Pony](day15)
- [16 - Crystal](day16)
- [17 - Vim Script](day17)
- [18 - Janet](day18)
- [19 - Dart](day19)
- [20 - C](day20)
- [21 - Gleam](day21)
- [22 - Ballerina](day22)
- [23 - Kotlin](day23)
- [24 - Rust](day24)
- [25 - Swift](day25)