Working on ASST2 targets.
This commit is contained in:
11
test161/tests/syscalls/factorial.t
Normal file
11
test161/tests/syscalls/factorial.t
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
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
|
Reference in New Issue
Block a user