mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 15:24:05 +09:00
moving everything neatly into the assets directory
This commit is contained in:
7
assets/disk0/home/serialtest.js
Normal file
7
assets/disk0/home/serialtest.js
Normal file
@@ -0,0 +1,7 @@
|
||||
println("Hello, world!")
|
||||
|
||||
filesystem.open("A", "fsh.js", "R");
|
||||
let prg = filesystem.readAll("A");
|
||||
|
||||
println(prg);
|
||||
eval(prg);
|
||||
Reference in New Issue
Block a user