Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosala/aoc2023
My own Advent of Code 2023 resolution in Typescript
https://github.com/carlosala/aoc2023
Last synced: 26 days ago
JSON representation
My own Advent of Code 2023 resolution in Typescript
- Host: GitHub
- URL: https://github.com/carlosala/aoc2023
- Owner: carlosala
- License: mit-0
- Created: 2023-12-04T23:07:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T23:09:30.000Z (11 months ago)
- Last Synced: 2024-05-01T12:53:33.214Z (6 months ago)
- Language: TypeScript
- Size: 49.8 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
These are my personal solutions to the [Advent of Code 2023](https://adventofcode.com/2023) written in Typescript. I
will try to post each solution the same day that it comes out, but I don't promise anything!**NOTE:**
- _You have to add a `.env` file in the root project with the following values in order to use the `downloadInput.sh`
file._```sh
AUTH_COOKIE="your_session_cookie_from_aoc"
```