https://github.com/manv/advent-22
https://github.com/manv/advent-22
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manv/advent-22
- Owner: manV
- License: mit
- Created: 2022-12-06T10:36:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T15:58:39.000Z (over 2 years ago)
- Last Synced: 2025-02-01T10:28:57.928Z (4 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript(Deno) solutions for Advent of Code 2022
to run a solution
```sh
deno run --allow-all day-x-px.ts
```