From 62e030da141d7f5cc16d848eb0a14be998dc33fd Mon Sep 17 00:00:00 2001 From: Thomas <144033880+OlaketalAmigo@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:34:03 +0100 Subject: [PATCH] It begins ! --- Main.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Main.c diff --git a/Main.c b/Main.c new file mode 100644 index 0000000..efc4561 --- /dev/null +++ b/Main.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Program received signal SIGSEGV, Segmentation Fault.\n__GI_raise (sig=sig@entry=6) at 0x54ffg67a ../sysdeps/unix/sysv/linux/c_balo.ken:666\nSee #845515 --api-fuck-you to get more information about it"); + return 1; +}