Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowkluster/aoc2024
Advent of Code 2024
https://github.com/snowkluster/aoc2024
advent-of-code aoc-2024-in-go golang
Last synced: about 1 month ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/snowkluster/aoc2024
- Owner: snowkluster
- License: bsd-3-clause
- Created: 2024-11-28T05:06:59.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-28T05:51:41.000Z (about 2 months ago)
- Last Synced: 2024-11-28T06:19:58.388Z (about 2 months ago)
- Topics: advent-of-code, aoc-2024-in-go, golang
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AOC2024
Advent of Code 2024
My advent of code 2024 attempt written in Go## Note
- Use the python main script to download the input test case as well as the question for the day
- Need to create an `.env` file with value `COOKIE` set to the value of the session cookie from your browser
- Run the `create.sh` script first to generate the directory structure
- do not use the input.sh script