Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garritfra/adventofcode
- Owner: garritfra
- Created: 2020-12-01T07:14:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T22:20:31.000Z (about 1 year ago)
- Last Synced: 2024-06-21T20:04:34.766Z (6 months ago)
- Topics: adventofcode, adventofcode2019, adventofcode2020, adventofcode2021, adventofcode2022, elixir, rust
- Language: Python
- Homepage: https://adventofcode.com/
- Size: 104 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```