https://github.com/rvdende/advent2022
Advent of Code 2022 challenge done with Deno / Typescript.
https://github.com/rvdende/advent2022
advent-of-code-2022 deno typescript
Last synced: about 2 months ago
JSON representation
Advent of Code 2022 challenge done with Deno / Typescript.
- Host: GitHub
- URL: https://github.com/rvdende/advent2022
- Owner: rvdende
- Created: 2022-12-02T16:04:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T17:52:22.000Z (over 3 years ago)
- Last Synced: 2025-03-29T14:33:29.358Z (about 1 year ago)
- Topics: advent-of-code-2022, deno, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/2022
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install https://deno.land/ and https://code.visualstudio.com/
Go into a folder and run:
```
deno run --watch --allow-read run.ts
```