diff options
Diffstat (limited to 'progs/tests')
| -rw-r--r-- | progs/tests/global_collision.sy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/global_collision.sy b/progs/tests/global_collision.sy index 8dba295..6bce509 100644 --- a/progs/tests/global_collision.sy +++ b/progs/tests/global_collision.sy @@ -1,4 +1,3 @@ -// TODO(ed): Pure functions fac :: fn a: int -> int { if a < 1 { ret 1 } ret a * fac! a - 1 |
