https://github.com/pixelrobin/advent-of-code-2022
https://github.com/pixelrobin/advent-of-code-2022
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelrobin/advent-of-code-2022
- Owner: Pixelrobin
- Created: 2022-12-03T21:09:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T02:17:53.000Z (over 2 years ago)
- Last Synced: 2025-01-19T21:50:02.969Z (over 1 year ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Advent of Code](https://adventofcode.com/) 2022
Using Deno and Typescript.
Run each day from the root of the project like:
```bash
deno run --allow-read 2/a.ts
```
Since I use `.txt` files for inputs, scripts need the `--allow-read` permission.