Skip to content

danbowles/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code in Elixir

To run:

mix deps.get
iex -S mix

While in IEX:

alias AC.Day1
Day1.load_data() |> Day1.part_one()

Pretty...not great way to run it, but hope to improve as this keeps going

Installation

If available in Hex, the package can be installed by adding adventofcode to your list of dependencies in mix.exs:

def deps do
  [
    {:adventofcode, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/adventofcode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages