9 lines
101 B
C
9 lines
101 B
C
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int
|
||
|
main(int argc, char **argv)
|
||
|
{
|
||
|
return (EXIT_SUCCESS);
|
||
|
}
|