Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/democat3457/adventofcode
https://github.com/democat3457/adventofcode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/democat3457/adventofcode
- Owner: democat3457
- Created: 2022-12-05T06:10:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T23:44:25.000Z (about 1 month ago)
- Last Synced: 2024-12-01T00:27:25.496Z (about 1 month ago)
- Language: Java
- Size: 276 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
democat's Advent of Code repository.
The repository is organized by year, mostly, with the exception of a half-hearted solution in Rust. The `lib/` folder contains python files essential for Python scripts in the various folders.
To run a python script, navigate to the root folder of this repository and run `python -m .day`, the path to the module file.
VS Code is also setup to run the files with ease. Install the [Command Variable](https://marketplace.visualstudio.com/items?itemName=rioj7.command-variable) extension, and select the "Python: Module" configuration in the Run and Debug menu on the left. Files should now be runnable with Ctrl-F5 and debuggable with F5.