Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
Advent of code 2024
- Host: GitHub
- URL: https://github.com/pin2t/aoc2024
- Owner: pin2t
- License: mit
- Created: 2024-12-01T04:12:13.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-01T05:21:57.000Z (about 1 month ago)
- Last Synced: 2024-12-01T05:28:01.956Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-go, advent-of-code-2024-golang, aoc, aoc2024, go, golang
- Language: Go
- Homepage: https://adventofcode.com/2024
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```