- Golang
$ go run day1.go - C/C++17 (with GCC)
$ g++ -std=c++17 -o day2[.exe] day2.cpp $ ./day2 - Python
$ python day3.py - Rust
$ rustc day4.rs $ ./day4 - Typescript (with NodeJS)
$ npm install $ npx tsc $ node ./out/day5.js - Java
$ javac day6.java $ java day6 - C# (with .NET)
$ dotnet run - Swift
$ swiftc day8.swift $ ./day8 - PHP
$ php day9.php - Ruby
$ ruby day10.rb - Perl
$ perl day11.pl - Kotlin
$ kotlinc day12.kt -include-runtime -d day12.jar $ java -jar day12.jar - Lua
$ lua day13.lua - Racket
$ racket day14.rkt - Powershell
$ pwsh day15.ps1 - D
$ rdmd day16.d - R
$ Rscript day17.r - MATLAB
- Julia
- Scala
- Haskell
- DART
- Zig
- Erlang
- Ada
| Day | Part 1 | Part 2 |
|---|---|---|
| 1 | 12/04/23 | 12/12/23 |
| 2 | 12/12/23 | 12/12/23 |
| 3 | 12/20/23 | 12/20/23 |
| 4 | 12/20/23 | 12/20/23 |
| 5 | 12/21/23 | 01/24/24 |
| 6 | 01/25/24 | 01/25/24 |
| 7 | 01/25/24 | 01/29/24 |
| 8 | 01/30/24 | 01/30/24 |
| 9 | 02/01/24 | 02/01/24 |
| 10 | 02/01/24 | 02/08/24 |
| 11 | 02/09/24 | 02/09/24 |
| 12 | 02/10/24 | 02/25/24 |
| 13 | 02/26/24 | 02/26/24 |
| 14 | 02/28/24 | 04/05/24 |
| 15 | 04/05/24 | 04/05/24 |
| 16 | 04/05/24 | 05/26/24 |