8 lines
78 B
C
8 lines
78 B
C
#include <stdlib.h>
|
|
|
|
_PROTOTYPE(int main, (void));
|
|
|
|
int main()
|
|
{
|
|
exit(0);
|
|
}
|