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

https://github.com/arcbjorn/advent_of_code

Advent of code solutions
https://github.com/arcbjorn/advent_of_code

advent-of-code-2022 deno golang typescript

Last synced: 2 months ago
JSON representation

Advent of code solutions

Awesome Lists containing this project

README

          

## Advent of code solutions

### Golang

Exec program:

```sh
# go run ./golang//main.go -- ./input_data/
go run ./golang/day_1_calorie_counting/main.go -- ./input_data/day_1.dat
```

In-depth descriptions are available: https://blog.arcbjorn.com