"Source: Text/Geometry/CrvMod.text";
"Line: 687";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvMod.text, line: 687
// Example: H140E6 ()
print "Example: H140E6";
ei := GetEchoInput();
SetEchoInput(true);
C := X0NQuotient(13*29,[13,29]); C; // defined by cubics in P^4
Genus(C);
assert $1 eq 5;
SetEchoInput(ei);
