Skip to content

jomccr/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

I'm trying to use SQL to solve these, but I'm sure I will run out of runway with SQL and end up having to use some other programming language.

To execute the SQL scripts, move into the ./src/ directory and run with something like this:

sqlite3 < 2.sql

which should output:

part_1
------
13446

part_2
------
13509

As I add other programming languages, I will add instructions on how to run, or maybe add a makefile at the top level to handle it all for you.

About

Advent of code 2022 solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages