11 lines
84 B
C
11 lines
84 B
C
{fileheader}
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
|
|
return 0;
|
|
}
|
|
|