"Source: Text/Code/CodeZ4.text";
"Line: 278";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeZ4.text, line: 278
// Example: H165E2 ()
print "Example: H165E2";
ei := GetEchoInput();
SetEchoInput(true);
PreparataCode(3);
MinimumLeeWeight($1);
assert $1 eq 6;
KerdockCode(4);
MinimumLeeWeight($1);
assert $1 eq 12;
KerdockCode(5);
MinimumLeeWeight($1);
assert $1 eq 28;
SetEchoInput(ei);
