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