Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncenter/adventofcode
https://github.com/uncenter/adventofcode
advent-of-code
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uncenter/adventofcode
- Owner: uncenter
- Created: 2022-12-02T20:38:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:50:17.000Z (7 months ago)
- Last Synced: 2024-10-13T14:11:24.712Z (25 days ago)
- Topics: advent-of-code
- Language: Python
- Homepage: https://adventofcode.com
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
![Most used language](https://img.shields.io/github/languages/top/uncenter/adventofcode)
## 2023
```sh
cd 2023/bun aoc run
bun aoc run 1
bun aoc run 3..5bun aoc test
bun aoc test 1
bun aoc test 3..5
```## 2022
It was fun - thanks [@Boehs](https://github.com/boehs) for introducing me to this!