Skip to content

wwall3r/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC 2024

Language: Gleam

To run the solutions, cd into the day's directory and:

  • gleam run -m part1 <input_file>
  • gleam run -m part2 <input_file>

I don't generally write a ton of tests for these until they get tedious, but:

  • gleam test

Previous Years

Years are available by their branch (2023, 2024, etc.). I typically do a different language every year.

About

Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published