readme update
This commit is contained in:
parent
91375ea572
commit
9e592c57d7
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue