"Source: Text/Code/CodeZ4.text";
"Line: 1543";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeZ4.text, line: 1543
// Example: H165E17 ()
print "Example: H165E17";
ei := GetEchoInput();
SetEchoInput(true);
C := ReedMullerCodeZ4(1, 3);
C;
LeeWeightDistribution(C);
W := WordsOfLeeWeight(C, 8);
#W;
assert $1 eq 30;
SetEchoInput(ei);
