diff options
| author | Baitinq <[email protected]> | 2025-05-10 16:00:36 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-05-10 16:01:24 +0200 |
| commit | 205ea77a2215a7e83b49bf159c9797fac6ba5097 (patch) | |
| tree | 2ad8cf38e5ab766f4e91a92c384043e8255051a5 /examples/20.src | |
| parent | Feature: Add support for imports (diff) | |
| download | pry-lang-205ea77a2215a7e83b49bf159c9797fac6ba5097.tar.gz pry-lang-205ea77a2215a7e83b49bf159c9797fac6ba5097.tar.bz2 pry-lang-205ea77a2215a7e83b49bf159c9797fac6ba5097.zip | |
Examples: Add example sorting array
Diffstat (limited to 'examples/20.src')
| -rw-r--r-- | examples/20.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/20.src b/examples/20.src index aca7ea0..56c694e 100644 --- a/examples/20.src +++ b/examples/20.src @@ -11,7 +11,6 @@ let init_array = (n: i64, arr: *i64) => i64 { return 0; }; - let main = () => i64 { let n = 10; let arr = malloc(n * 8); |