Add files to repository

This commit is contained in:
Alec Murphy 2025-06-09 20:06:04 -04:00
parent 9f200c9084
commit 23d704d496
542 changed files with 75775 additions and 0 deletions

7
Run.HC Normal file
View file

@ -0,0 +1,7 @@
XTalkWait(Fs, "Cd(\"M:/System/\");\n");
XTalkWait(Fs, "#include \"M:/System/MakeSystem\";\n");
XTalkWait(Fs, "#include \"M:/MuJS\";\n");
XTalkWait(Fs, "Cd(\"M:/\");\n");
XTalkWait(Fs, "mujs(\"examples/hello.js\");\n");