8 lines
84 B
C
8 lines
84 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void)
|
|
{
|
|
return EXIT_SUCCESS;
|
|
}
|