Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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