Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/) |