mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
ff54fc0f07
This also updates the hello-world "utility". Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
3 lines
55 B
Text
3 lines
55 B
Text
fn main() {
|
|
println("Hello, World, from jakt!");
|
|
}
|