diff --git a/README.md b/README.md index 321d4a8..4d46185 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ main >> { print_line("Hello, World!") } +main() ``` [![Build Status](https://ci.username404.fr/buildStatus/icon?style=plastic)](https://ci.username404.fr/job/Yerbacon/job/stable/) diff --git a/examples/HelloWorld.ybcon b/examples/HelloWorld.ybcon index 5cd203f..086af0b 100644 --- a/examples/HelloWorld.ybcon +++ b/examples/HelloWorld.ybcon @@ -1,3 +1,5 @@ main >> { print_line("Hello, World!") } + +main() \ No newline at end of file