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

https://github.com/dreyfus92/aoc-2022

An attempt to solve AoC 2022 challenges.
https://github.com/dreyfus92/aoc-2022

advent-of-code aoc-2022 deno typescript

Last synced: about 2 months ago
JSON representation

An attempt to solve AoC 2022 challenges.

Awesome Lists containing this project

README

          

# Advent of Code 2022

My solutions for Advent Of Code 2022.

## How to install Deno?
```sh
curl -fsSL https://deno.land/x/install/install.sh | sh
```

## Checking Deno is installed
```sh
deno --version
```
## How to run the code?
```ts
deno run --allow-read --allow-write --watch ./[day]/[a/b].ts
```