|
@@ -0,0 +1,50 @@
|
|
|
|
|
+# 🎄 Advent of Code 2025 – OCaml Solutions
|
|
|
|
|
+
|
|
|
|
|
+Welcome to my **Advent of Code 2025** repository!
|
|
|
|
|
+This project contains my daily solutions written in **Go**, with each day's puzzle separated into two parts and organized in a clean, modular structure.
|
|
|
|
|
+
|
|
|
|
|
+---
|
|
|
|
|
+
|
|
|
|
|
+## 📁 Project Structure
|
|
|
|
|
+
|
|
|
|
|
+Each day's folder is named after the day number (`1` to `12`). Inside each folder:
|
|
|
|
|
+
|
|
|
|
|
+- `solve_1.go` – solution to **Part 1**
|
|
|
|
|
+- `solve_2.go` – solution to **Part 2**
|
|
|
|
|
+- `input` – create it with your input (AOC's author [Eric Wastl](https://was.tl/) suggests not publishing puzzle inputs)
|
|
|
|
|
+
|
|
|
|
|
+---
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+📅 **Progress**
|
|
|
|
|
+
|
|
|
|
|
+| Day | Part 1 | Part 2 |
|
|
|
|
|
+|-----|--------|--------|
|
|
|
|
|
+| 1 | ⬜ | ⬜ |
|
|
|
|
|
+| 2 | ⬜ | ⬜ |
|
|
|
|
|
+| 3 | ⬜ | ⬜ |
|
|
|
|
|
+| 4 | ⬜ | ⬜ |
|
|
|
|
|
+| 5 | ⬜ | ⬜ |
|
|
|
|
|
+| 6 | ⬜ | ⬜ |
|
|
|
|
|
+| 7 | ⬜ | ⬜ |
|
|
|
|
|
+| 8 | ⬜ | ⬜ |
|
|
|
|
|
+| 9 | ⬜ | ⬜ |
|
|
|
|
|
+| 10 | ⬜ | ⬜ |
|
|
|
|
|
+| 11 | ⬜ | ⬜ |
|
|
|
|
|
+| 12 | ⬜ | ⬜ |
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+✅ = Completed
|
|
|
|
|
+⬜ = Not yet
|
|
|
|
|
+
|
|
|
|
|
+---
|
|
|
|
|
+
|
|
|
|
|
+🧑💻 **Author**
|
|
|
|
|
+
|
|
|
|
|
+Abderrahmane FAIZ
|
|
|
|
|
+
|
|
|
|
|
+This repo is built for **learning**, **fun**, and celebrating the spirit of **problem-solving**.
|
|
|
|
|
+
|
|
|
|
|
+Thanks for visiting!
|
|
|
|
|
+
|