An open API service indexing awesome lists of open source software.

https://github.com/pin2t/aoc2024

Advent of code 2024
https://github.com/pin2t/aoc2024

advent-of-code advent-of-code-2024 advent-of-code-2024-go advent-of-code-2024-golang aoc aoc2024 go golang

Last synced: 3 months ago
JSON representation

Advent of code 2024

Awesome Lists containing this project

README

        

# Advent of code 2024

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

## How to run

```shell
go run 01.go < inputs/01.txt
```

```shell
java day01.java < inputs/01.txt
```