Deprecated-Unsupported/Web App Projects/created_references/gjs quick test.js

9 lines
85 B
JavaScript
Executable File

#!/usr/bin/env gjs
function main(args) {
print("Hello World!");
}
main(ARGV);