"Source: Text/Code/QECC.text";
"Line: 1514";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/QECC.text, line: 1514
// Example: H171E25 ()
print "Example: H171E25";
ei := GetEchoInput();
SetEchoInput(true);
SetVerbose("BestCode",true);
F<w> := GF(4);
Q := QECC(F,25,11);
Q:Minimal;
SetEchoInput(ei);
