diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-06-05 22:34:08 +0100 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-06-11 00:32:40 +0100 |
| commit | b08c13f5f47a8541961fc150142523b061d3d9c6 (patch) | |
| tree | 52582a5676b943f566efb4ee90e0d93a21d611d7 | |
| parent | 7333d27b0c9d85d7fec41c2ca60dbea740767451 (diff) | |
| download | puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.zip puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.tar.gz puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.tar.bz2 puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.tar.xz | |
Update a comment in Mines to reflect that we have user prefs now
| -rw-r--r-- | mines.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |