From 9748e95027af7820e6d9f08eb20b0901fdedfa2a Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 26 Jun 2023 23:53:44 -0500 Subject: Delete random examples --- examples/hello.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello.sloth') 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; } -- cgit v1.2.3