13 lines
117 B
C
13 lines
117 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
|
||
|
int main(int argc, const char **argv)
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
return 0;
|
||
|
}
|