shithub: puzzles

Download patch

ref: d7b931824b452a6b70a599c69f4f1843f1b2daa5
parent: 5fa60c4d460e9054b9e6cb62549dd40612c0ea48
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Feb 18 17:04:52 EST 2023

Replace a buch of "const static" with "static const"

C18 section 6.11.5 says that "const static" is obsolescent.