Files
mujs/examples/hello.js

4 lines
200 B
JavaScript
Raw Normal View History

2025-06-09 20:06:04 -04:00
print("Hello, TempleOS, from MuJS!")
print("Current date and time is: " + JSON.stringify(new Date()))
print("Type mujs; with no arguments for a REPL, or mujs(\"path/to/file.js\"); to run a program.")