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: 11 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 (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-12T07:12:42.000Z (about 1 month ago)
- Last Synced: 2025-01-12T08:22:22.806Z (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: Java
- Homepage: https://adventofcode.com/2024
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- really-awesome-advent-of-code - pin2t/aoc2024 - commit/pin2t/aoc2024/master) (🎄 2024 AoC Solutions / Solutions)
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
```