"Source: Text/Geometry/Polyhedra.text";
"Line: 1387";
"Date: Mon Aug 27 15:44:26 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Polyhedra.text, line: 1387
// Example: H152E8 ()
print "Example: H152E8";
ei := GetEchoInput();
SetEchoInput(true);
P:=CrossPolytope(2);
P;
AutomorphismGroup(P);
SetEchoInput(ei);
