This website requires JavaScript.
Explore
Help
Sign In
itdominator
/
Deprecated-Unsupported
Watch
1
Star
0
Fork
You've already forked Deprecated-Unsupported
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1180e3171f
Deprecated-Unsupported
/
Web App Projects
/
created_references
/
gjs quick test.js
9 lines
85 B
JavaScript
Executable File
Raw
Blame
History
#!/usr/bin/env gjs
function
main
(
args
)
{
print
(
"Hello World!"
)
;
}
main
(
ARGV
)
;
Reference in New Issue
View Git Blame
Copy Permalink