From 9f7f0f925f9304ac46499caf0fef245083a78828 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 27 Jun 2023 02:25:09 -0500 Subject: Slightly improve error reporting --- examples/hello.sloth | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/hello.sloth b/examples/hello.sloth index 619a5a0..8abb65c 100644 --- a/examples/hello.sloth +++ b/examples/hello.sloth @@ -1,5 +1,4 @@ fn main() Int { print("Hello World\n"); - var x: F = 2; return 0; } -- cgit v1.2.3