Files
mujs/examples/hello.js

4 lines
179 B
JavaScript
Raw Permalink Normal View History

2025-06-09 20:06:04 -04:00
print("Hello, TempleOS, from MuJS!")
2025-06-10 09:30:04 -04:00
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.");