1 2#include "onlyplainlib1.h" 3 4OnlyPlainLib1::OnlyPlainLib1() 5 : result(0) 6{ 7} 8 9int OnlyPlainLib1::GetResult() 10{ 11 return result; 12} 13 14