mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00: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!");
|
|
}
|