My solutions for advent of code 2016 using julia.
Solutions for AOC2016 using julia.
Packages so far (run Pkg.add("name")
on each):
DataStructures
Iterators
Nettle
(cryptography library)I recommend using the Juno atom addon. Then just hit ctrl + shift + enter
on a file to see the result.
template.jl
: Template of a first/second file.util
: Library of helpers and functions specific to this competition.day##
: Numbered day folder.input.txt
: Input file from website.first.jl
: Solution to the first half.second.jl
: Solution to the secont half.shared.jl
: Code shared between both solutions.