An open API service indexing awesome lists of open source software.

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 🦕

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
```