Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This is an attempt to write the Advent of Code in Elm, but using the CLI from Elm Posix.

To run an example, you need to have installed Elm Posix.

Then for example, you can run the code with this:

→ elm-cli run src/AdventOfCode.elm <day number>
part1 : <value>
part2 : <value>

This runs the source for day 2, with the input for day 2. Obviously you can try to run the source for day 2 with the input for day 1, but that will not result in interesting output.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages