aboutsummaryrefslogtreecommitdiff
path: root/examples/read.sloth
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2023-06-28 16:21:15 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2023-06-28 16:21:15 -0500
commit73843fa284968b4efb0ae51858cb37d0189c4b83 (patch)
tree278982b5b0b8fdb933d5d57f801145ab7cbf99aa /examples/read.sloth
parent7d14243f769ad911d7c057b891ed89a95d7c1bfd (diff)
downloadsloth-73843fa284968b4efb0ae51858cb37d0189c4b83.tar.gz
filer added to std
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;
+}