2016-02-29 20:12:09 -05:00
|
|
|
---
|
|
|
|
name: "Factorial Test"
|
|
|
|
description:
|
|
|
|
Attempts to calculate factorial by recursive replacing the current process
|
|
|
|
with the number computed thus far.
|
2016-03-01 13:11:30 -05:00
|
|
|
tags: [sys_exec,procsyscalls,syscalls]
|
2016-02-29 20:12:09 -05:00
|
|
|
depends: [shell]
|
|
|
|
sys161:
|
|
|
|
ram: 4M
|
|
|
|
---
|
|
|
|
$ /testbin/factorial
|