Data update

This commit is contained in:
Ingy döt Net 2024-11-11 10:11:44 -08:00
parent 157b70a810
commit 8e4e15fa56
78 changed files with 2016 additions and 222 deletions

View file

@ -36,8 +36,7 @@ END; # longest rep string #
# test the longest rep string procedure #
main:
(
BEGIN
[]STRING tests = ( "1001110011"
, "1110111011"
@ -65,4 +64,4 @@ main:
)
)
OD
)
END