8000 GitHub - eelcoh/aoc2021
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eelcoh/aoc2021

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0