summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-14 19:35:02 -0400
committeriamcheeseman <[email protected]>2026-04-14 19:35:02 -0400
commitb60ad836c756f39eb5eafbfadae6847ee5ed5236 (patch)
tree6a54f21903f40dac4e24dd887478f3167cc085ba
parent546717dfab4f4568f4dc6dff989d2c9f3a734a24 (diff)
microscript: remove mod keyword from example script
-rw-r--r--example.us2
1 files changed, 0 insertions, 2 deletions
diff --git a/example.us b/example.us
index 16bd603..70da78f 100644
--- a/example.us
+++ b/example.us
@@ -1,5 +1,3 @@
-mod main
-
# Variables must be snake_case.
let hello_world = "Hello, world"