Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xxyzz/adventofcode

Collect stars
https://github.com/xxyzz/adventofcode

advent-of-code adventofcode python rust

Last synced: 9 days ago
JSON representation

Collect stars

Awesome Lists containing this project

README

        

# Advent of Code

## Run code with test input

```
$ cd 2022
$ cargo test --bin day1
$ python3 -m unittest day1.py
```

## Run code with puzzle input

```
$ cd 2022
$ cargo run --bin day1
$ python3 day1.py
```

## License

This work is licensed under GPL version 3 or later.