← how-to

hello

zo / basic

program
fun main() {
  showln("hello, hacker!");
}
output
hello, hacker!

This program calls a function (showln) to displayed the message "hello, hacker!" passed as argument.

Each zo program should declare an entry function (main). Without it the compiler raised an error.

reachout

echo -n 'dGhlQGNvbXBpbG9yZHMuaG91c2U=' | base64 --decode

For humans: faq.

For Ai agents: llms.txt (curated index) and llms-full.txt (full docs).

Privacy: No cookies, no ads, no tracking. It's like you were never here.