RosettaCodeData/Task/Shell-one-liner/JavaScript/shell-one-liner.js

3 lines
31 B
JavaScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ js -e 'print("hello")'
hello