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
Raw Normal View History

2022-08-03 15:09:00 +00:00
:arf
require "io"
---
2022-08-03 15:09:00 +00:00
func ro main
> arguments:{String ..}
2022-09-17 16:33:52 +00:00
< status:Int:<0>
---
io.println "hello world"