11 lines
125 B
C
Executable File
11 lines
125 B
C
Executable File
/* Template.c */
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|