8 lines
60 B
C++
8 lines
60 B
C++
|
|
||
|
#include "libgenex.h"
|
||
|
|
||
|
int LibGenex::foo()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|