"Source: Text/Group/GrpPC.text";
"Line: 6946";
"Date: Thu Apr  1 11:57:57 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPC.text, line: 6946
// Example: H69E52 ()
print "Example: H69E52";
ei := GetEchoInput();
SetEchoInput(true);
blocks := [1, 1, 1, 2, 2, 3, 3, 5, 6];
G := RandomGenus2Group(9, blocks);
#G eq 9^(&+blocks + 2);
TGSignature(G);
SetEchoInput(ei);
