"Source: Text/Code/CodeRng.text";
"Line: 1021";
"Date: Tue Nov  5 09:08:43 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeRng.text, line: 1021
// Example: H164E11 ()
print "Example: H164E11";
ei := GetEchoInput();
SetEchoInput(true);
C := PreparataCode(3);
C;
MinimumLeeWeight(C);
assert $1 eq 6;
C1 := PunctureCode(C,8);
C1;
MinimumLeeWeight(C1);
assert $1 eq 4;
SetEchoInput(ei);
