Skip to content

Commit 2974dc5

Browse files
committed
Fixed example in README.md
1 parent d9d8e15 commit 2974dc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ You can skip the pre-preprocessing phase if you don't use the `import` macro for
4646
2. `main`: Simplify the main function declaration.
4747

4848
```c
49-
main() {
49+
main()
50+
begin
5051
return 0;
51-
}
52+
end
5253
```
5354

5455
3. `make`: A macro for dynamic memory allocation using `malloc`. Inspired from Golang's `make`.

0 commit comments

Comments
 (0)