summaryrefslogtreecommitdiff
path: root/test/hai.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hai.c')
-rw-r--r--test/hai.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/hai.c b/test/hai.c
index 7791fbb..752cd40 100644
--- a/test/hai.c
+++ b/test/hai.c
@@ -1,6 +1,5 @@
#include <stdio.h>
-int main() {
- printf("Hello world!\n");
- return 0;
+int hai() {
+ return 42;
}