3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
export function main() {
|
|
println("hello, friends!");
|
|
}
|
export function main() {
|
|
println("hello, friends!");
|
|
}
|