From 52d6bc8533616dd642c96f8b6e72f459e1b4d465 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Mon, 17 Jul 2023 23:00:30 -0500 Subject: Standard lib rework --- examples/read.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/read.sloth') 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; } -- cgit v1.2.3