7 lines
68 B
C++
7 lines
68 B
C++
|
extern void simpleLib();
|
||
|
int main ()
|
||
|
{
|
||
|
simpleLib();
|
||
|
return 0;
|
||
|
}
|