aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/hello.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-10 14:22:03 +0200
committerlemon <lsof@mailbox.org>2023-06-10 14:22:03 +0200
commit5ac04c7a3ec11d939a3773876b6924e1ae39f1a5 (patch)
tree28712d39b25ee80bc971cced1d2cba8387694412 /test/hello.c
parent22e20cf906fa3904eedfe34efc58a7b56116ce42 (diff)
isel skeleton
Diffstat (limited to 'test/hello.c')
-rw-r--r--test/hello.c5
1 files changed, 2 insertions, 3 deletions
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");
}