Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosala/aoc2021
My own Advent of Code 2021 resolution in Typescript
https://github.com/carlosala/aoc2021
Last synced: 3 days ago
JSON representation
My own Advent of Code 2021 resolution in Typescript
- Host: GitHub
- URL: https://github.com/carlosala/aoc2021
- Owner: carlosala
- License: mit
- Created: 2021-12-01T11:38:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T09:20:46.000Z (about 3 years ago)
- Last Synced: 2024-11-16T22:41:05.833Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 95.7 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 2021
These are my personal solutions to the [Advent of Code 2021](https://adventofcode.com/2021) written in Typescript. I will try to post each solution the same day that it comes out, but I don't promise anything!
**NOTES:**
- _I have been using [Deno](https://deno.land) to run my Typescript files. If you want to run them using any other way, you should find another way to read the input files._
- _You have to add a `.env` file in the root project with the following values to use the `downloadInput.ts` file._
```sh
AUTH_COOKIE="your_session_cookie_from_aoc"
```