File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ package day01
Original file line number Diff line number Diff line change 1+ module github.com/maximiliantech/advent-of-code/2024-go
2+
3+ go 1.23
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ Solving a series of puzzles for the [Advent of Code][aoc] challenge.
44The solutions are written in Python, Swift and/or Go.
55
66| <img alt =" Python " width =" 120 " height =" 120 " src =" https://cdn.worldvectorlogo.com/logos/python-5.svg " /> | <img alt =" Swift " width =" 120 " height =" 120 " src =" https://cdn.worldvectorlogo.com/logos/swift-15.svg " /> | <img alt =" Go " width =" 120 " height =" 120 " src =" https://cdn.worldvectorlogo.com/logos/golang-1.svg " /> |
7- | ---------- | ------------- | --------------------|
8- | [ 2021-python] ( /2021-python/ ) | [ 2021.playground] ( /2021.playground/Pages/ ) | |
9- | | [ 2022.playground] ( /2022.playground/Pages/ ) | [ 2022-go] ( /2022-go/ ) |
10- | | | [ 2023-go] ( /2023-go/ ) |
7+ | -------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------|
8+ | [ 2021-python] ( ./2021-python/ ) | [ 2021.playground] ( ./2021.playground/Pages/ ) | |
9+ | | [ 2022.playground] ( ./2022.playground/Pages/ ) | [ 2022-go] ( ./2022-go/ ) |
10+ | | | [ 2023-go] ( ./2023-go/ ) |
11+ | | | [ 2024-go] ( ./2024-go/ ) |
1112
1213[ aoc ] : https://adventofcode.com
You can’t perform that action at this time.
0 commit comments