RosettaCodeData/Task/Empty-program/C/empty-program-1.c

5 lines
49 B
C

int main(int argc, char* argv[])
{
return 0;
}