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

https://github.com/imp-dance/advent_of_code

My solutions for Advent of Code
https://github.com/imp-dance/advent_of_code

Last synced: 3 months ago
JSON representation

My solutions for Advent of Code

Awesome Lists containing this project

README

        

# Advent of Code

```
____
;` `'-._
/ \ /\
/` \ | ;
/ \ | |
/ `\ | |
/ \_ / |
; / `\ |
,|_ __ \__/ |
_\_o/_( |_
/`"=/\==""=="=="=="=="`\
| )/ |
\ /
/';=""==""==""==""==";`\
| /` /~\ /~\ `\ |
| \ _ \o/ \o/ _ / |
\ ; (_) __ (_) ; /
/ |\_.-""(__)""-._/| \
| \ /\ / |
/ '.___.'__'.___.' \
| \/ |
| |
\ /
jgs | |
\ /
'. .'
'-.__ __.-'
'---'--'---'
```

My collection of Advent of Code solutions. Written in Javascript.

## Structure

```
> 2022
> data
> day-1.js
> day-2.js
> day-1.js
> day-2.js
```

## Running the code

With node installed:

```bash
$ node 2022/day-3.js
> 7742 # part 1 solution
> 2276 # part 2 solution
```