Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udalov/adventofcode2023
My solutions of Advent of Code 2023
https://github.com/udalov/adventofcode2023
advent-of-code advent-of-code-2023
Last synced: 6 days ago
JSON representation
My solutions of Advent of Code 2023
- Host: GitHub
- URL: https://github.com/udalov/adventofcode2023
- Owner: udalov
- Created: 2023-12-26T13:00:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-26T13:01:09.000Z (11 months ago)
- Last Synced: 2024-10-24T22:36:28.392Z (12 days ago)
- Topics: advent-of-code, advent-of-code-2023
- Language: C#
- Homepage:
- Size: 151 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Advent of Code 2023
This year I've solved every problem in a different language:
| Task | Language |
|------|--------------------------------------------------------|
| 01 | [F#](https://fsharp.org/) |
| 02 | [Racket](https://racket-lang.org/) |
| 03 | [Elixir](https://elixir-lang.org/) |
| 04 | [V](https://vlang.io/) |
| 05 | [Haskell](https://www.haskell.org/) |
| 06 | [Assembly](https://en.wikipedia.org/wiki/X86-64) |
| 07 | [Haxe](https://haxe.org/) |
| 08 | [Julia](https://julialang.org/) |
| 09 | [Crystal](https://crystal-lang.org/) |
| 10 | [Zig](https://ziglang.org/) |
| 11 | [Raku](https://raku.org/) |
| 12 | [PHP](https://www.php.net/) |
| 13 | [Clojure](https://clojure.org/) |
| 14 | [Lua](https://www.lua.org/) |
| 15 | [Nim](https://nim-lang.org/) |
| 16 | [Rust](https://www.rust-lang.org/) |
| 17 | [Swift](https://www.swift.org/) |
| 18 | [Scala](https://www.scala-lang.org/) |
| 19 | [Go](https://go.dev/) |
| 20 | [C#](https://learn.microsoft.com/en-us/dotnet/csharp/) |
| 21 | [C++](https://en.wikipedia.org/wiki/C%2B%2B) |
| 22 | [TypeScript](https://www.typescriptlang.org/) |
| 23 | [Python](https://www.python.org/) |
| 24 | [Java](https://www.java.com/) |
| 25 | [Kotlin](https://kotlinlang.org/) |