Update examples/HelloWorld.ybcon and README.md
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
9e29ec8c29
commit
b206dfa879
|
@ -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/)
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
main >> {
|
||||
print_line("Hello, World!")
|
||||
}
|
||||
|
||||
main()
|
Loading…
Reference in New Issue