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