diff options
| author | Baitinq <[email protected]> | 2025-02-12 00:34:07 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-02-12 00:34:58 +0100 |
| commit | f3c740b42df6a1d46d664707d362e30a4f5806a1 (patch) | |
| tree | d4a3f647411a9294cbf378b2cd63d884b8a3f3c4 /examples | |
| parent | Misc: Update flake (diff) | |
| download | pry-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.src | 2 |
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 */ |