Categorygithub.com/pin2t/aoc2024
repositorypackage
0.0.0-20250113063121-34060ded4f4a
Repository: https://github.com/pin2t/aoc2024.git
Documentation: pkg.go.dev

# README

Advent of code 2024

This repository contains solutions for Advent of code 2024 https://adventofcode.com/2024

How to run

go run 01.go < inputs/01.txt
java day01.java < inputs/01.txt