summaryrefslogtreecommitdiff
path: root/test.lang
diff options
context:
space:
mode:
authorWormHeamer2025-07-31 22:37:38 -0400
committerWormHeamer2025-07-31 22:37:38 -0400
commit842e22e9eb0f3dff7dabdaa41bcc2133e8f015f5 (patch)
tree78f42e68da656698526ff6099e78d82adab1d582 /test.lang
initial commit
Diffstat (limited to 'test.lang')
-rw-r--r--test.lang3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.lang b/test.lang
new file mode 100644
index 0000000..7559516
--- /dev/null
+++ b/test.lang
@@ -0,0 +1,3 @@
+proc main {
+ return 1
+}