mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
while (true) {
|
|
print(((Math.random() * 2)|0) ? '\\' : '/');
|
|
sys.spin();
|
|
} |