Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/jdk17u
Path: blob/master/test/jdk/sun/tools/jrunscript/hello.js
66644 views
1
/*
2
*
3
*
4
* This is the test JavaScript program used in jrunscript-f.sh
5
*/
6
7
println('hello');
8
9