From 8262abdea18cdb873b2012411bfebe131fb37d52 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 28 Jun 2023 18:46:36 -0500 Subject: std --- examples/system.sloth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/system.sloth (limited to 'examples/system.sloth') 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; +} -- cgit v1.2.3