Skip to content

eriklz/aoc-gleam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code solutions in Gleam

This is my repository for doing Advent of Code in Gleam. It is done as an exercise to get more familiar with the language.

Run gleam testto run all the unit tests Run gleam runto run all the assignments done, with actual data in the data directory.

The actual data is not checked in, since this is individual and you are not supposed to expose your own data.

The expected filename format is

data/YYYY/dayNN_part1.txt and data/YYYY/dayNN_part2.txt, where YYYY is the year and NN is the day number.

If the input is the same for both parts, then only part1 is used.

About

Advent of Code in Gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages