Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloitsdani/advent-of-code-2020
https://github.com/helloitsdani/advent-of-code-2020
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/helloitsdani/advent-of-code-2020
- Owner: helloitsdani
- Created: 2020-12-01T18:49:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T16:13:04.000Z (about 4 years ago)
- Last Synced: 2024-02-09T05:52:52.611Z (11 months ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```