From b206dfa879a81b85133ecbee2bd1480821b19916 Mon Sep 17 00:00:00 2001 From: Username404 Date: Thu, 26 May 2022 13:44:35 +0200 Subject: [PATCH] Update examples/HelloWorld.ybcon and README.md Signed-off-by: Username404 --- README.md | 1 + examples/HelloWorld.ybcon | 2 ++ 2 files changed, 3 insertions(+) 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