JavaCompilerCore/resources/bytecode/javFiles/Cycle.jav

6 lines
65 B
Plaintext
Raw Normal View History

2022-07-03 13:17:12 +00:00
class Cycle {
m(x, y) {
y = x;
x = y;
}
}