mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-23 17:59:44 +01:00
8 lines
95 B
JavaScript
8 lines
95 B
JavaScript
/*
|
|
*
|
|
*
|
|
* This is the test JavaScript program used in jrunscript-f.sh
|
|
*/
|
|
|
|
println('hello');
|