Skip to content

pin2t/aoc2024

Repository files navigation

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