diff options
| author | Cody <cody@codyq.dev> | 2023-06-28 22:10:41 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-28 22:10:41 -0500 |
| commit | c4d6a1229c35cc889a1db53cf1c9d87d2f662238 (patch) | |
| tree | d49d20c7057b520b9140559333cba8a918242116 /examples/system.sloth | |
| parent | 1349ebd2fc2a08a45c8e138002c5254ee6978540 (diff) | |
| parent | 8262abdea18cdb873b2012411bfebe131fb37d52 (diff) | |
| download | sloth-c4d6a1229c35cc889a1db53cf1c9d87d2f662238.tar.gz | |
Merge branch 'master' of github.com:slothlang/slothlang
Diffstat (limited to 'examples/system.sloth')
| -rw-r--r-- | examples/system.sloth | 5 |
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; +} |
