Semicompiled

Literals

Main.java
package com.zarbosoft.semicompiled;
class Main {
public static void myMain() {
float x;
x = 0;
x = 1;
x = 2;
x = 3;
x = 4;
x = 5;
x = 6;
x = 7;
x = 8;
x = 9;
x = 10;
x = -1;
x = -2;
x = -3;
x = -4;
x = -5;
x = -6;
x = -7;
x = -8;
x = -9;
x = -10;
;
}
}