Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosoyubik/advent-of-code-2019-hoon
Advent of Code 2019 in Hoon
https://github.com/yosoyubik/advent-of-code-2019-hoon
advent-of-code advent-of-code-2019 hoon urbit
Last synced: about 16 hours ago
JSON representation
Advent of Code 2019 in Hoon
- Host: GitHub
- URL: https://github.com/yosoyubik/advent-of-code-2019-hoon
- Owner: yosoyubik
- License: mit
- Created: 2019-12-03T21:16:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:26:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T03:09:04.533Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2019, hoon, urbit
- Language: JavaScript
- Size: 1.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2019 (in Hoon)
## Day 1
- Part 1:
```
> +day1-1
3.365.459
```
- Part 2
```
> +day1-2
5.045.301
```## Day 2
- Part 1:
```
> +day2-1
1.450.679
```
- Part 2:
```
> +day2-2
:: 100 * 57 + 41 = 5.741
::
[~ [57 41]]
```
## Day 3
- Part 1:
```
> +day3-1
~[
308
...
]
```
- Part 2:
```
> +day3-2
~[
12.934
...
]
```## Day 4
- Part 1:
```
> +day4-1
1890
```
- Part 2:
```
> +day4-2
1277
```
## Day 5
- Part 1:
```
> +day5-1
```
- Part 2:
```
> +day5-2
```## Day 6
- Part 1:
```
> +day6-1
122.782
```
- Part 2:
```
> +day6-2
271```