mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
export function main() {
|
|
println("hello, friends!");
|
|
}
|