aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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;
}