summaryrefslogtreecommitdiff
path: root/sample.b
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-04-22 11:18:16 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2025-04-22 11:18:16 +0100
commit69eae10356e807c61192d025eee4d88896881619 (patch)
tree4e7515c93718c77c92aa3ab8ce0533343eee9db2 /sample.b
Diffstat (limited to 'sample.b')
-rw-r--r--sample.b7
1 files changed, 7 insertions, 0 deletions
diff --git a/sample.b b/sample.b
new file mode 100644
index 0000000..960dfbd
--- /dev/null
+++ b/sample.b
@@ -0,0 +1,7 @@
+func foo() {
+ puts("hello");
+}
+
+func main() {
+ foo();
+}