From 9c2d8f5a10b8affd604cec6e394d43514ef93ca1 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 27 Jun 2023 01:59:04 -0500 Subject: mmmm multiple files mmmmm --- examples/hello.sloth | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/hello.sloth') diff --git a/examples/hello.sloth b/examples/hello.sloth index 6f56632..619a5a0 100644 --- a/examples/hello.sloth +++ b/examples/hello.sloth @@ -1,6 +1,5 @@ -foreign fn print(x: String) Void; - fn main() Int { print("Hello World\n"); + var x: F = 2; return 0; } -- cgit v1.2.3