Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

garritfra/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

54 Commits

Repository files navigation

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)>

Node.js needs to be installed as a runtime.

sb run main.sb

Terraform

terraform plan

AltStyle によって変換されたページ (->オリジナル) /