12 lines
232 B
Raku
12 lines
232 B
Raku
---
|
|
name: "Factorial Test"
|
|
description:
|
|
Attempts to calculate factorial by recursive replacing the current process
|
|
with the number computed thus far.
|
|
tags: [proc, fun]
|
|
depends: [shell]
|
|
sys161:
|
|
ram: 4M
|
|
---
|
|
$ /testbin/factorial
|