diff options
Diffstat (limited to 'examples/hello.sloth')
| -rw-r--r-- | examples/hello.sloth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello.sloth b/examples/hello.sloth index 13415a9..6f56632 100644 --- a/examples/hello.sloth +++ b/examples/hello.sloth @@ -1,6 +1,6 @@ foreign fn print(x: String) Void; fn main() Int { - print("gaming\n"); + print("Hello World\n"); return 0; } |
