You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
2019/1/first | 3 years ago | |
2020 | 2 years ago | |
2021 | 10 months ago | |
2022 | 10 months ago | |
.gitignore | 2 years ago | |
README.md | 10 months ago |
README.md
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
Node.js needs to be installed as a runtime.
sb run main.sb
Terraform
terraform plan