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