diff --git a/Runtime.cpp b/Runtime.cpp index ff9e769..fdbeea2 100644 --- a/Runtime.cpp +++ b/Runtime.cpp @@ -24,8 +24,6 @@ #include -void __Monicelli_main(); - void __Monicelli_putBool(__Monicelli_Bool value) { puts(value? "vero\n": "falso\n"); }