"Source: Text/Code/CodeFld.text";
"Line: 303";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 303
// Example: H165E4 ()
print "Example: H165E4";
ei := GetEchoInput();
SetEchoInput(true);
K := GF(2);
U := UniverseCode(K, 6);
U;
Z := ZeroCode(K, 6);
Z;
R := RandomLinearCode(K, 6, 3);
(Z subset R) and (R subset U);
assert $1;
SetEchoInput(ei);
