Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 215 Bytes

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