Forked from
IOCLA / tema-1-2025
6 commits behind the upstream repository.
-
Robert Grancsa authored
Signed-off-by:
Robert Grancsa <robert.grancsa2002@gmail.com>
Robert Grancsa authoredSigned-off-by:
Robert Grancsa <robert.grancsa2002@gmail.com>
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;