Skip to content

IgnacioGoldchluk/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 in Gleam

Quick start

gleam run -- --day=${DAY_NUMBER} # Run the project for a specific day
gleam run -- --new-day=${DAY_NUMBER} # Creates a template (src + test + input) for a new day
gleam test  # Run the tests

To test with your Advent of Code input, create the corresponding day file in inputs/day${DAY_NUMBER}.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages