slovo/docs/language/examples/speculative/hello.slo
2026-05-22 08:38:43 +02:00

11 lines
207 B
Plaintext

; status: design/speculative
; Requires string runtime and `print` support, which are not current Glagol
; executable-fixture capabilities.
(module hello)
(fn main () -> i32
(print "Hello, Slovo")
0)