mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +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
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
function main() {
|
|
println("Hello, World, from jakt!");
|
|
}
|