diff options
| author | Cody <cody@codyq.dev> | 2023-06-26 23:53:44 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-26 23:53:44 -0500 |
| commit | 9748e95027af7820e6d9f08eb20b0901fdedfa2a (patch) | |
| tree | 248fd1952537edc9e107110a6dc5a432c676d021 /examples/hello.sloth | |
| parent | 27b7187c21f6ff4e469592a8ea5757ca6aee8577 (diff) | |
| download | sloth-9748e95027af7820e6d9f08eb20b0901fdedfa2a.tar.gz | |
Delete random examples
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; } |
