This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
serenity
Watch
1
Star
0
Fork
You've already forked serenity
0
mirror of
https://github.com/SerenityOS/serenity.git
synced
2025-01-22 17:31:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1efd01228d
serenity
/
Userland
/
Utilities
/
hello-world.jakt
4 lines
55 B
Text
Raw
Normal View
History
Unescape
Escape
Meta+Toolchain: Bring jakt in as a part of the toolchain This also updates the hello-world "utility". Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
2024-01-27 09:07:55 -05:00
fn main() {
Meta+Userland: Add jakt as an optional Lagom Tool 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
2022-05-20 01:46:36 -04:00
println("Hello, World, from jakt!");
}
Reference in a new issue
Copy permalink