mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
4 lines
61 B
Text
4 lines
61 B
Text
|
function main() {
|
||
|
println("Hello, World, from jakt!");
|
||
|
}
|