mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 02:44:58 +00:00

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!");
|
|
}
|