From d0759d3282025f310ecd566c55dcf214b0cbb1b8 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Mon, 23 Jan 2023 18:19:48 +0100 Subject: cook: module reorganization --- test/hai.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'test/hai.c') diff --git a/test/hai.c b/test/hai.c index 25c25ae..7791fbb 100644 --- a/test/hai.c +++ b/test/hai.c @@ -1,7 +1,6 @@ -#include "hai.h" - #include -void hai() { - printf("lol\n"); -} \ No newline at end of file +int main() { + printf("Hello world!\n"); + return 0; +} -- cgit v1.2.3