7 lines
55 B
C++
Raw Normal View History

2010-12-02 22:56:26 +01:00
#include "mylib.h"
int main()
{
mylib_function();
}