foo.cpp 45 B

123456
  1. #include "foo.h"
  2. int foo()
  3. {
  4. return 42;
  5. }