diff --git a/hello.c b/hello.c index c770d4e..6d23eb4 100644 --- a/hello.c +++ b/hello.c @@ -4,4 +4,5 @@ int main(void) { print("hello"); + print("hworld"); } \ No newline at end of file