⏱
Kronos
/
Playground
Docs
GitHub
Hello World
Copy
Reset
Run
main.kr
1
2
3
# Your first Kronos program
set
message
to
"Hello, World!"
print
message
# Your first Kronos program set message to "Hello, World!" print message
Output
Loading runtime...
Initializing Kronos runtime...