aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-27 02:25:09 -0500
committerCody <cody@codyq.dev>2023-06-27 02:25:09 -0500
commit9f7f0f925f9304ac46499caf0fef245083a78828 (patch)
tree188fc3ac91de2e90581a3e193b5a85b3ebb3a4b4 /examples
parent29bdd10ee3621ed875bfa34a0faa42c35a1e39ed (diff)
downloadsloth-9f7f0f925f9304ac46499caf0fef245083a78828.tar.gz
Slightly improve error reporting
Diffstat (limited to 'examples')
-rw-r--r--examples/hello.sloth1
1 files changed, 0 insertions, 1 deletions
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;
}