Skip to content

DTopping256/advent-of-code-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode24

Code written in Elixir and compiled using mix.

Running the code

Requires Erlang and Elixir to be installed.

On the command line run:

cd advent_of_code_24
mix compile
iex.bat -S mix

Then in the integrated Elixir terminal run each days module:

iex> Day1.run()
{:ok, "the answer"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages