#include <stdio.h>
#include <windows.h>
#include "testFunc.h"
#include "testFunc1.h"
int main()
{
func(100);
func1(200);
printf("this is library test\n");
system("pause");
return 0;
}