"Source: Text/Group/GrpPC.text";
"Line: 6182";
"Date: Thu Apr  1 11:57:57 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPC.text, line: 6182
// Example: H69E40 ()
print "Example: H69E40";
ei := GetEchoInput();
SetEchoInput(true);
G := RandomGenus2Group(7, [10, 7, 4, 4, 1]);
#G eq 7^(10 + 7 + 4 + 4 + 1 + 2);
S := TGSignature(G);
S;
SetEchoInput(ei);
