Fix the "Hello, World!" example in the README.md file

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-01-09 14:44:48 +01:00
parent d4ff3cd91d
commit 1019332fd2
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Aka Yer Bacon,
- #### A language that transpiles into lua, javascript (ES6) or python code.
```
main #=> {
println "Hello, World!"
print_line("Hello, World!")
}
```