Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaydeluca/adventofcode


https://github.com/jaydeluca/adventofcode

Last synced: 24 days ago
JSON representation

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