Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xxyzz/adventofcode
- Owner: xxyzz
- License: gpl-3.0
- Created: 2022-12-08T06:14:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T14:29:40.000Z (10 months ago)
- Last Synced: 2024-10-08T19:22:33.463Z (about 1 month ago)
- Topics: advent-of-code, adventofcode, python, rust
- Language: Rust
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.