Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklasmohrin/adventofcode2023
My solutions to https://adventofcode.com/2023
https://github.com/niklasmohrin/adventofcode2023
Last synced: about 2 months ago
JSON representation
My solutions to https://adventofcode.com/2023
- Host: GitHub
- URL: https://github.com/niklasmohrin/adventofcode2023
- Owner: niklasmohrin
- License: mit
- Created: 2023-12-07T11:04:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T17:04:50.000Z (about 1 year ago)
- Last Synced: 2023-12-26T18:22:58.813Z (about 1 year ago)
- Language: Python
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
My solutions to [Advent of Code 2023](https://adventofcode.com/2023).
Python scripts are directly executable, for Rust use `cargo run --bin 02` (where `02` is any of the days with Rust programs).