From 4b395e5dcc10681dc1f0aa099b2f40a7e5194ae1 Mon Sep 17 00:00:00 2001 From: MS-AZ Date: Sun, 7 May 2023 00:08:22 +0400 Subject: [PATCH] Patch README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80471a8..eefccfb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ _Please note that the syntax may change in the future._ Here is an example of a "Hello, world!" program in Hadron: ```c -func main() { +func main { log("Hello, world!") } ```