mirror of
https://git.checksum.fail/alec/mujs.git
synced 2025-12-10 13:09:57 +02:00
Update examples/hello.js
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
print("Hello, TempleOS, from MuJS!")
|
print("Hello, TempleOS, from MuJS!")
|
||||||
print("Current date and time is: " + JSON.stringify(new Date()))
|
print("Current date and time is: " + new Date().toString());
|
||||||
print("Type mujs; with no arguments for a REPL, or mujs(\"path/to/file.js\"); to run a program.")
|
print("Type mujs; for a REPL, or mujs(\"path/to/file.js\"); to run a program.");
|
||||||
|
|||||||
Reference in New Issue
Block a user