"Source: Text/Code/CodeZ4.text";
"Line: 1624";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeZ4.text, line: 1624
// Example: H169E18 ()
print "Example: H169E18";
ei := GetEchoInput();
SetEchoInput(true);
C := QRCodeZ4(17);
C;
EuclideanWeightDistribution(C);
SetEchoInput(ei);
