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