"Source: Text/Code/CodeZ4.text";
"Line: 1624";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeZ4.text, line: 1624
// Example: H165E18 ()
print "Example: H165E18";
ei := GetEchoInput();
SetEchoInput(true);
C := QRCodeZ4(17);
C;
EuclideanWeightDistribution(C);
SetEchoInput(ei);
