6 lines
79 B
Plaintext
Raw Permalink Normal View History

public class Cycle {
public m(x, y) {
y = x;
x = y;
}
}