7 lines
86 B
C
7 lines
86 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char const *argv[])
|
|
{
|
|
/* code */
|
|
return 0;
|
|
} |