Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suasuasuasuasua/advent-of-code-2024
https://github.com/suasuasuasuasua/advent-of-code-2024
advent-of-code advent-of-code-2024 devenv nix python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/suasuasuasuasua/advent-of-code-2024
- Owner: suasuasuasuasua
- Created: 2024-12-05T00:30:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T00:40:08.000Z (about 1 month ago)
- Last Synced: 2024-12-05T01:27:52.135Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, devenv, nix, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
I'm primarily doing this challenge in `python` but may branch out to other
languages if I have time. I honestly feel like I'm terrible at coding challenges
and problems, so I need to practice in case I get laid off xdd.## Development
Use `devenv` and `direnv` to setup the developer shell with dependencies and
tooling included!Alternatively, use VSCode and the `devcontainer.json` to build a development
container.