mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
function func() {
|
|
print("hello world");
|
|
}
|
|
function() { print("run"); }
|