DEV Community

[Comment from a deleted post]
Collapse
 
vlasales profile image
Vlastimil Pospichal
#include <stdio.h>

int main() {
    printf("Segmentation Fault");
    return 1;
}