3 lines
179 B
JavaScript
3 lines
179 B
JavaScript
print("Hello, TempleOS, from MuJS!")
|
|
print("Current date and time is: " + new Date().toString());
|
|
print("Type mujs; for a REPL, or mujs(\"path/to/file.js\"); to run a program.");
|