Files
Transcendence/main.c
T
2026-01-05 14:34:33 +01:00

8 lines
260 B
C

#include <stdio.h>
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;
}