Skip to content

lyxell/aoc2024-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent of code 2024 in sqlite

RUNNING

install sqlite3, e.g.
$ sudo apt install -y sqlite3

then pass the sql code into sqlite, e.g.
$ sqlite3 < 01_01.sql

to get regex support in sqlite we load a dll,
the one included is for amd64 linux,
you can find dlls for other operating systems here 
https://github.com/asg017/sqlite-regex/releases/tag/v0.2.3

About

Advent of Code 2024 in SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published