From 34e81887ca50741679b155ea0251e2a2e3e93132 Mon Sep 17 00:00:00 2001 From: Fedor Lyanguzov Date: Mon, 13 Oct 2025 12:51:41 +0300 Subject: [PATCH] My initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3d2278..8419d0b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# NOTICE +This is a fork of https://github.com/ageron/aoc2024-elixir , i like the project structure, so i put my solutions for days 6-25 here. + # Advent of Code 2024 in Elixir If you've never heard of Advent of Code, you're missing out. Check it out now at [adventofcode.com](https://adventofcode.com/about)!