main.cpp 84 B

1234567
  1. #include "iface.h"
  2. int main(int argc, char** argv)
  3. {
  4. return iface() + prop();
  5. }