
#include "helper.h"

void func();

int main()
{

 func();
 return 0;

}


