7 lines
55 B
C++
Raw Normal View History

2015-08-17 11:37:30 +02:00
#include "mylib.h"
int main()
{
mylib_function();
}