Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xxyzz/adventofcode


https://github.com/xxyzz/adventofcode

advent-of-code adventofcode python rust

Last synced: 5 days ago
JSON representation

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
$ runhaskell day1.hs input/day1.txt
$ cabal run day1.hs input/day1.txt
```

## License

This work is licensed under GPL version 3 or later.