Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 28 days 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

inputs directory contains **my** inputs. Yours will be different

## How to run

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