Repository initialization

This commit is contained in:
Borna Rajković 2024-12-01 10:19:26 +01:00
commit a9253ccb1b
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/*

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module advent_of_code_2024
go 1.22

7
readme.md Normal file
View File

@ -0,0 +1,7 @@
# Advent of code 2024
Welcome to my solution to the [Advent of code](https://adventofcode.com) 2024 contest.
I've chosen to write my solution is Go (because why not). Because of the time zone in which I live I'm not playing competitly more just because I can and feel like it.
So if you are interested feel free to browse my solutions.