Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydeluca/adventofcode
https://github.com/jaydeluca/adventofcode
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaydeluca/adventofcode
- Owner: jaydeluca
- Created: 2021-12-01T22:27:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T15:26:23.000Z (about 1 month ago)
- Last Synced: 2024-12-01T16:32:10.216Z (about 1 month ago)
- Language: Kotlin
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of code
Solutions for [advent of code](https://adventofcode.com/)
Scaffold new Class, Tests, and empty input file:
```
./scripts/generate.sh 2023 2
```Generates
src/main/twentytwentytwo/Day2.kt
src/test/twentytwentytwo/Day2Test.kt
src/main/twentytwentytwo/inputs/day2.txt