mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 22:46:06 +09:00
SIGTERM simulation by hitting SHIFT-CTRL-T-R
This commit is contained in:
4
assets/disk0/infinite.js
Normal file
4
assets/disk0/infinite.js
Normal file
@@ -0,0 +1,4 @@
|
||||
while (true) {
|
||||
print(((Math.random() * 2)|0) ? '\\' : '/');
|
||||
sys.spin();
|
||||
}
|
||||
Reference in New Issue
Block a user