9 lines
64 B
C
9 lines
64 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
int main(void);
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
exit(0);
|
||
|
}
|