about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-02-12 00:34:07 +0100
committerBaitinq <[email protected]>2025-02-12 00:34:58 +0100
commitf3c740b42df6a1d46d664707d362e30a4f5806a1 (patch)
treed4a3f647411a9294cbf378b2cd63d884b8a3f3c4 /examples
parentMisc: Update flake (diff)
downloadpry-lang-f3c740b42df6a1d46d664707d362e30a4f5806a1.tar.gz
pry-lang-f3c740b42df6a1d46d664707d362e30a4f5806a1.tar.bz2
pry-lang-f3c740b42df6a1d46d664707d362e30a4f5806a1.zip
Codegen: Fix generating function params
Diffstat (limited to 'examples')
-rw-r--r--examples/8.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/8.src b/examples/8.src
index 4c5774e..33323f7 100644
--- a/examples/8.src
+++ b/examples/8.src
@@ -13,5 +13,3 @@ let main = () => {
 	print(result);
 	return result;
 };
-
-/* TODO */