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.
 
 
 
 
 
 
Garrit Franke aafe55a94e
Solve 2023 day 7 part 1
4 months ago
2019/1/first Add 2019 puzzle 3 years ago
2020 Solve 2020 day 1 part 1 in elixir 2 years ago
2021 Solve 2021 day 1 part 1 in terraform 1 year ago
2022 Solve 2022 Day 9 part 1 in python 1 year ago
2023 Solve 2023 day 7 part 1 4 months ago
.gitignore Solve 2021 Day 1 Part 1 in elixir 2 years ago
README.md Solve 2021 day 1 part 1 in terraform 1 year 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