Skip to content

schacon/aoc

Repository files navigation

Advent of Code Solutions

These are my horrible solutions to the advent of code challenges.

Also proof that I am not a clever programmer. But I do get shit done. So suck it.

2025 Notes

This year I'm trying to do them all only using SQLite. To run the solutions, the procedure is usually:

# load db with data $ sqlite db.sqlite < load.sql # solve the problem $ sqlite db.sqlite < solve.sql

Love, Scott

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages