readme update

This commit is contained in:
tocariimaa 2025-01-31 21:45:42 -03:00
parent 91375ea572
commit 9e592c57d7

View file

@ -4,9 +4,10 @@ Very unstable and in early development.
``` ```
proc main*(): cint proc main*(): cint
puts("Hello, world!") {
return 0 puts("Hello, world!")
end return 0
}
``` ```
## Building ## Building