1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 02:44:58 +00:00
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

3 lines
61 B
Text

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