Skip to content

mkooiman/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2023 in Mysql

All sql scripts require a table with the pattern day_[daynumber] with 0-padding. This table should contain a single column called 'data' of type text. For each line in the source data there should be a separate record in the table for the scripts to work.

As of day 7 this requires a minimum of MySQL 8.0.19

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published