mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03: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
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
function main() {
|
|
println("Hello, World, from jakt!");
|
|
}
|