From 5ac04c7a3ec11d939a3773876b6924e1ae39f1a5 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 10 Jun 2023 14:22:03 +0200 Subject: isel skeleton --- test/hello.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/hello.c') diff --git a/test/hello.c b/test/hello.c index 17affa8..1e02bfc 100644 --- a/test/hello.c +++ b/test/hello.c @@ -1,5 +1,4 @@ -int printf(const char *, ...); - +printf(); int main(int argc) { - return 42; + printf("hello world\n"); } -- cgit v1.2.3