update codegen

This commit is contained in:
Matthew 2025-08-16 08:56:58 +10:00
parent 8075575a05
commit a8454e6e0e

View File

@ -23,7 +23,7 @@ void main(string[] argv)
f.write("\n\t");
}
f.write("%d, ", b);
f.writef("%d, ", b);
}
f.writeln("\n];");