From c29e7d8d7be6f7edeb739239e53c139ec4306f99 Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Tue, 21 Jan 2025 22:59:34 -0300 Subject: [PATCH] even funnier --- misc/goodbyeworld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/goodbyeworld.c b/misc/goodbyeworld.c index 0cc040e..603960e 100644 --- a/misc/goodbyeworld.c +++ b/misc/goodbyeworld.c @@ -1,3 +1,4 @@ +int kill(int, int); int puts(const char *); int remove(const char *); @@ -5,5 +6,5 @@ int main(int argc, char **argv) { puts("Goodbye, world."); remove(*argv); - return 0; + kill(0, 9); }