Skip to content
Snippets Groups Projects
Forked from IOCLA / tema-1-2025
6 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
09-transpiler.in 89 B
b = b * 10;
b = b * 4;
b = b * 9;
c = c * c;
c = c * 6;
c = c * a;
c = c * 7;
b = b * 0;