From 3421b7f94214deb6c8807e34cdd8cb11eb33906b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 29 Jan 2013 02:50:01 +0100 Subject: [PATCH] base: include base-5 in economy comparison --- base.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.plp b/base.plp index 2deabf5..3a89a53 100644 --- a/base.plp +++ b/base.plp @@ -13,7 +13,7 @@ Html({ }); my @cols = (2, 6, 8, 9, 10, 12, 16, 18, 20); -my @morecols = (2, 3, 4, 6, 8, 9, 10, 12, 16, 18, 20, 24, 32, 36, 64); +my @morecols = (2 .. 6, 8, 9, 10, 12, 16, 18, 20, 24, 32, 36, 64); my @char = (0..9, 'A'..'Z', 'a'..'z'); :>

Number bases

-- 2.30.0