Update examples/hello.js
This commit is contained in:
parent
d97bb83dea
commit
9ad75fff5c
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
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.")
|
||||
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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue