This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/examples/basic/main.arf

10 lines
110 B
Plaintext

:arf
require "io"
---
func ro main
> arguments:{String ..}
< status:Int:<0>
---
io.println "hello world"