Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomy10/advent-of-code-2022
My solutions for Advent Of Code 2022. Every day is written in another language, chosen randomly.
https://github.com/jomy10/advent-of-code-2022
advent-of-code advent-of-code-2022 c3 go java javascript rust shell-script zig
Last synced: 9 days ago
JSON representation
My solutions for Advent Of Code 2022. Every day is written in another language, chosen randomly.
- Host: GitHub
- URL: https://github.com/jomy10/advent-of-code-2022
- Owner: Jomy10
- Created: 2022-12-01T20:06:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T15:04:58.000Z (about 1 year ago)
- Last Synced: 2024-05-30T16:51:49.796Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2022, c3, go, java, javascript, rust, shell-script, zig
- Language: Zig
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2022
This year for Advent of Code, I will randomly pick another language each day to
solve the puzzles. This is a combination of languages I know and languages I'd
like to learn (Crystal and C3). As the days progressed, I also added some languages
categorized as "langauges I've used like one before" to the list, because I was
running out of languages.![languages](assets/languages.png)
## Days
1. [ShellScript](/day1)
2. [Java](/day2)
3. [Rust](/day3)
4. [C3](/day4)
5. [Zig](/day5)
6. [JavaScript](/day6)
7. [Go](/day7)
8. [C](/day8)
9. [Swift](/day9)
10. [PHP](/day10)
11. [Haskell](/day11/part1) (part1)
12.
13. [Dart](/day13)
14. [TypeScript](/day14)
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.## Languages
The list of languages:
### Languages I know
I've excluded some language like WASM and brainfuck, because NO.
- C
- Zig
- Rust
- Swift
- JavaScript
- TypeScript
- Java
- ShellScript
- Go
- Ruby### Languages I'd like to learn
- C3
- Crystal
- Lua
- Nelua
- Haskell### Languages I've used like once before
- PHP
- Perl
- Python### Languages I've got installed on my computer but I don't remember where they came from
- Dart
## License
MIT