Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helloitsdani/advent-of-code-2020


https://github.com/helloitsdani/advent-of-code-2020

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

```
:::::: .-~~\ ::::::
|::::| / \ _ |::::|
_ _ l~~~~! ~x .-~_)_ l~~~~!
.-~ ~-. \ / ~x".-~ ~-. \ /
_ / \ || _ ( / \ ||
|| T o o Y || || T o o Y||
==:l l < ! (3 ==:l l < !(3
\\ \ .__/ / /|| \\ \ ._/ / ||
\\ ,r"-,___.-'r.//|| \\,r"-,___.-'r/||
}^ \.( ) _.'//.|| }^\. ( ) _.-//||
/ }~Xi--~ // || / }~Xi--~ // ||\
Y Y I\ \ " || Y Y I\ \ " || Y
| | |o\ \ || | | |o\ \ || |
| l_l Y T || | l_l Y T || |
l "o l_j |! l "o l_j || !
\ || \ ||/
.--^. o .^||. .--^. o ||--.
" ~ `' " ~`'
```

hello i am dani 🎄 i am trying my best at [Advent of Code 2020](http://adventofcode.com/2020)

## Running the code

the days (so far) are written in TypeScript. please run them using [Deno](https://deno.land/), like so

```
$ cd 1
$ deno run --allow-read index.ts
```