shithub: puzzles

Download patch

ref: b08c13f5f47a8541961fc150142523b061d3d9c6
parent: 7333d27b0c9d85d7fec41c2ca60dbea740767451
author: Ben Harris <bjh21@bjh21.me.uk>
date: Mon Jun 5 18:34:08 EDT 2023

Update a comment in Mines to reflect that we have user prefs now

--- a/mines.c
+++ b/mines.c
@@ -3,8 +3,7 @@
  * 
  * Still TODO:
  *
- *  - think about configurably supporting question marks. Once,
- *    that is, we've thought about configurability in general!
+ *  - think about configurably supporting question marks.
  */
 
 #include <stdio.h>