diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 16:21:15 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 16:21:15 -0500 |
| commit | 73843fa284968b4efb0ae51858cb37d0189c4b83 (patch) | |
| tree | 278982b5b0b8fdb933d5d57f801145ab7cbf99aa /examples/read.sloth | |
| parent | 7d14243f769ad911d7c057b891ed89a95d7c1bfd (diff) | |
| download | sloth-73843fa284968b4efb0ae51858cb37d0189c4b83.tar.gz | |
filer added to std
Diffstat (limited to 'examples/read.sloth')
| -rw-r--r-- | examples/read.sloth | 4 |
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; +} |
