https://github.com/zettca/aoc22
My Advent of Code 2022 solutions, written in TypeScript for Deno 🦕
https://github.com/zettca/aoc22
advent-of-code advent-of-code-2022 deno typescript
Last synced: about 2 months ago
JSON representation
My Advent of Code 2022 solutions, written in TypeScript for Deno 🦕
- Host: GitHub
- URL: https://github.com/zettca/aoc22
- Owner: zettca
- License: mit
- Created: 2022-12-05T20:38:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:29:51.000Z (over 3 years ago)
- Last Synced: 2026-03-01T22:00:39.933Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2022, deno, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/2022/
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
My solutions to [Advent of Code 2022](https://adventofcode.com/2022).
Written in TypeScript for [Deno](https://deno.land/). Simple, short solutions with no dependencies.
```sh
cd 1/
deno run -A 1.ts
```