aboutsummaryrefslogtreecommitdiff
path: root/examples/read.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/read.sloth')
-rw-r--r--examples/read.sloth4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/read.sloth b/examples/read.sloth
new file mode 100644
index 0000000..cf947f8
--- /dev/null
+++ b/examples/read.sloth
@@ -0,0 +1,4 @@
+fn main() Int {
+ print(filer("examples/read.txt"));
+ return 0;
+}