"Source: Text/Code/CodeFld.text";
"Line: 2096";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 2096
// Example: H165E20 ()
print "Example: H165E20";
ei := GetEchoInput();
SetEchoInput(true);
R := ReedMullerCode(2, 6);
#R;
assert $1 eq 4194304;
WeightDistribution(R);
D := Dual(R);
#D;
assert $1 eq 4398046511104;
time WeightDistribution(D);
SetEchoInput(ei);
