mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 23:34:04 +09:00
moving everything neatly into the assets directory
This commit is contained in:
6
assets/disk0/home/keytest.js
Normal file
6
assets/disk0/home/keytest.js
Normal file
@@ -0,0 +1,6 @@
|
||||
println("Hit Ctrl-C or Ctrl-D to exit");
|
||||
while (true) {
|
||||
let key = con.getch()
|
||||
println(key);
|
||||
if (key == 3 || key == 4) break;
|
||||
}
|
||||
Reference in New Issue
Block a user