serenity/Userland/Utilities/hello-world.jakt
Andrew Kaster ca42da23c2 Meta+Userland: Add jakt as an optional Lagom Tool
We can now use ENABLE_JAKT to pull jakt as a host tool and use it to
pre-process .jakt files into .cpp files for use in serenity applications
2022-05-23 23:05:45 +02:00

4 lines
61 B
Plaintext

function main() {
println("Hello, World, from jakt!");
}