diff options
Diffstat (limited to 'examples/read.sloth')
| -rw-r--r-- | examples/read.sloth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read.sloth b/examples/read.sloth index cf947f8..df398bb 100644 --- a/examples/read.sloth +++ b/examples/read.sloth @@ -1,4 +1,4 @@ fn main() Int { - print(filer("examples/read.txt")); + print(filer("examples/server.sloth")); return 0; } |
