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