main.cpp 100 B

12345678
  1. #include "c_identifier_class.h"
  2. int main()
  3. {
  4. CIdentifierClass cic;
  5. return cic.someMethod();
  6. }