8000 GitHub - lee-thomp/aoc: My solutions for Advent of Code problems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lee-thomp/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Summary

In this repo are my solutions to Advent of Code problems by year and language.

Running

Unless otherwise stated in more specific readme files run each solution for a day by calling it on the command line with the input file as an argument. For example from the root of this repo:

cd 2024/scheme/1/
./part-1.scm input

I’ve not added my input files to this repo, so if you want to run this for yourself you’ll have to make your own input files or grab your own from Advent of Code.

Error Handling

To minimise my tendency to overthink or get distracted I’m deliberately choosing to avoid responsibility for all sort of error handling or reporting and leave it solely up to the implementation language’s ability to crash at runtime.

About

My solutions for Advent of Code problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

290D
0