1 2#include "onlyplainlib2.h" 3 4int main(int argc, char** argv) 5{ 6 return onlyPlainLib2().GetResult(); 7} 8 9