Skip to content

EthanOlpin/aog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Gleam

Gleam solutions to Advent of Code

Running the solution

  1. Install Gleam >= 1.6.2
  2. Clone this repository
  3. Set the ADVENT_OF_CODE_SESSION_ID environment variable to have the value of your session cookie from adventofcode.com (or create a file in the project root with your input at input/<year>/<day>.txt)
  4. Run a solution with:
chmod +x ./aog.sh
./aog.sh <year> <day>

About

Advent of Code problems solved in Gleam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published