main.cpp 100 B

123456789
  1. #include "lib2.h"
  2. int main(int argc, char** argv)
  3. {
  4. int num = add1_and_mult2(4);
  5. return 0;
  6. }