From 48e7e3469c587eee590e3ef351003b276373c526 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 1 May 2017 21:54:35 +1200 Subject: Correct type of square --- games/squ.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') 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) -- cgit v1.2.3