"Source: Text/Geometry/GrphRes.text";
"Line: 326";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/GrphRes.text, line: 326
// Example: H122E1 ()
print "Example: H122E1";
ei := GetEchoInput();
SetEchoInput(true);
A<x,y> := AffineSpace(Rationals(),2);
C := Curve(A,(x^2 - y^3)^2 + x*y^6);
g := ResolutionGraph(C,Origin(A));
g;
SetEchoInput(ei);
