aboutsummaryrefslogtreecommitdiff
path: root/examples/system.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system.sloth')
-rw-r--r--examples/system.sloth5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/system.sloth b/examples/system.sloth
new file mode 100644
index 0000000..affe588
--- /dev/null
+++ b/examples/system.sloth
@@ -0,0 +1,5 @@
+fn main() Int {
+ system("neofetch");
+ println(istr(12));
+ return 0;
+}