mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
ca42da23c2
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
3 lines
61 B
Text
3 lines
61 B
Text
function main() {
|
|
println("Hello, World, from jakt!");
|
|
}
|