main.cpp 60 B

123456
  1. #include "foo.h"
  2. int main(int, char**)
  3. {
  4. return foo();
  5. }