Files
clearn/abbruch.c
2017-02-07 20:03:49 +00:00

13 lines
58 B
C

#include <stdio.h>
int main()
{
int i=5;
abort();
}