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

https://github.com/ajhynes7/advent-of-code-2021

My Advent of Code 2021 solutions
https://github.com/ajhynes7/advent-of-code-2021

Last synced: 2 months ago
JSON representation

My Advent of Code 2021 solutions

Awesome Lists containing this project

README

        

# Advent of Code 2021

My Advent of Code 2021 solutions.

## Usage

Example of running a script:

```sh
$ julia --project=. days/day_01.jl
```