diff options
| author | Cody <cody@codyq.dev> | 2023-06-27 02:25:09 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-27 02:25:09 -0500 |
| commit | 9f7f0f925f9304ac46499caf0fef245083a78828 (patch) | |
| tree | 188fc3ac91de2e90581a3e193b5a85b3ebb3a4b4 /examples | |
| parent | 29bdd10ee3621ed875bfa34a0faa42c35a1e39ed (diff) | |
| download | sloth-9f7f0f925f9304ac46499caf0fef245083a78828.tar.gz | |
Slightly improve error reporting
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hello.sloth | 1 |
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; } |
