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 cde434804f
Solve 2021 Day 2 Part 1 in elixir
2 years 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 2 Part 1 in elixir 2 years ago
.gitignore Solve 2021 Day 1 Part 1 in elixir 2 years ago
README.md Solve 2021 Day 2 Part 1 in elixir 2 years 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)>