mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Remove trailing newlines from Hello World examples
This commit is contained in:
parent
6ea8df5e16
commit
9f68194436
5 changed files with 9 additions and 9 deletions
|
@ -53,6 +53,6 @@ extension RocStr {
|
|||
|
||||
@_cdecl("main")
|
||||
func main() -> UInt8 {
|
||||
print(roc__mainForHost_1_exposed().string)
|
||||
print(roc__mainForHost_1_exposed().string, terminator: "")
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue