about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/factorial.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/factorial.mu b/apps/factorial.mu
index a94be482..c9e241aa 100644
--- a/apps/factorial.mu
+++ b/apps/factorial.mu
@@ -1,4 +1,4 @@
-fn main -> exit-status/ebx: int {
+fn main args: (addr array kernel-string) -> exit-status/ebx: int {
 #?   run-tests
 #?   result <- copy 0
   var tmp/eax: int <- factorial 5