8 lines
54 B
C++
8 lines
54 B
C++
#include "lib.h"
|
|
|
|
int main()
|
|
{
|
|
foo();
|
|
return 0;
|
|
}
|