Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/garritfra/adventofcode

May contain spoilers
https://github.com/garritfra/adventofcode

adventofcode adventofcode2019 adventofcode2020 adventofcode2021 adventofcode2022 elixir rust

Last synced: 22 days ago
JSON representation

May contain spoilers

Awesome Lists containing this project

README

        

# Advent of Code

This code may contain spoilers, if you haven't finished the puzzles over on
https://adventofcode.com.

## Running

Paste your input in a file named `input.txt` in the root of the project. After
that, follow the instructions for each language:

### Rust

```
cargo run
```

### Elixir

```
$ iex
iex(1)> c("main.ex")
[DayX]
iex(2)> DayX.load_file |> DayX.first
YOUR ANSWER
iex(3)>
```

### [Antimony](https://github.com/antimony-lang/antimony)

Node.js needs to be installed as a runtime.

```sh
sb run main.sb
```

### Terraform

```
terraform plan
```