aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-01 21:54:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-01 21:54:35 +1200
commit48e7e3469c587eee590e3ef351003b276373c526 (patch)
treee0b7836747aa603b25515bbd21cd73d5ba9e86db /games
parentAdd squ(6df) (diff)
downloaddotfiles-48e7e3469c587eee590e3ef351003b276373c526.tar.gz
dotfiles-48e7e3469c587eee590e3ef351003b276373c526.zip
Correct type of square
Diffstat (limited to 'games')
-rw-r--r--games/squ.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/squ.awk b/games/squ.awk
index 0d8f9210..3cf3f57a 100644
--- a/games/squ.awk
+++ b/games/squ.awk
@@ -1,4 +1,4 @@
-# Make a square out of each line of input
+# Make a reduced Latin square out of each line of input
{
str = toupper($0)
len = length(str)