Day | Language | Stars | Day | Language | Stars | Day | Language | Stars |
---|---|---|---|---|---|---|---|---|
1 | 🦀 Rust | ⭐⭐ | 11 | 🐍 Python | ⭐⭐ | 21 | ||
2 | 🐪 OCaml | ⭐⭐ | 12 | 🐪 OCaml | ⭐⭐ | 22 | ||
3 | 🐪 OCaml | ⭐⭐ | 13 | 🐍 Python | ⭐⭐ | 23 | ||
4 | 🐪 OCaml | ⭐⭐ | 14 | 💣 C | ⭐⭐ | 24 | ||
5 | 🐹 Go | ⭐⭐ | 15 | 🦥 Haskell | ⭐⭐ | 25 | ||
6 | 🦕 TypeScript | ⭐⭐ | 16 | 🐍 Python | ⭐⭐ | |||
7 | 🐪 OCaml | ⭐⭐ | 17 | 🌳 Elm + ✍️ Hand + 🦀 Rust | ⭐⭐ | |||
8 | 🦆 SQL | ⭐⭐ | 18 | 🦀 Rust | ⭐⭐ | |||
9 | 📄 Typst | ⭐⭐ | 19 | 🌈 Gleam | ⭐⭐ | |||
10 | 🦥 Haskell | ⭐⭐ | 20 | 🦀 Rust | ⭐⭐ |
- Rust
cargo new day01
cargo run
- OCaml
dune init day02
dune exec day02
- Go
- create:
mkdir day05
,cd day05
,go mod init main
go run main
- create:
- Python
- just create a
main.py
python main.py
- just create a
- Haskell
- make a
main.hs
ghc main.hs && ./main
- make a
- Typst
- just create a
main.typ
typst compile main.typ
- just create a
- C
- just create a
main.c
gcc main.c -o main && ./main
- just create a
- SQL
- create
main.sql
- run
duckdb -c ".read main.sql"
- create
- TypeScript
- make
main.ts
- run
deno --allow-read main.ts
- make
- Elm
mkdir day17
,cd day17
,elm init
open http://localhost:2024/Main.elm && elm reactor --port 2024
- Gleam
gleam new day19
gleam run
- 💀 C++
- 📜 文言
- 📃 TeX
- ☕ Java
- 🟪 WASM