SIGTERM simulation by hitting SHIFT-CTRL-T-R

This commit is contained in:
minjaesong
2021-04-23 21:57:02 +09:00
parent 1626c5f5e2
commit dbfda580a7
6 changed files with 42 additions and 31 deletions

4
assets/disk0/infinite.js Normal file
View File

@@ -0,0 +1,4 @@
while (true) {
print(((Math.random() * 2)|0) ? '\\' : '/');
sys.spin();
}