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

10 lines
105 B
Plaintext

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