11 lines
58 B
C
11 lines
58 B
C
#include "foo.h"
|
|
|
|
int main() {
|
|
|
|
foo();
|
|
|
|
return 0;
|
|
|
|
}
|
|
|