main.cc 104 B

123456
  1. #include <iostream>
  2. int main(int argc, char* argv[]) {
  3. std::cout << "yo" << std::endl;
  4. return 0;
  5. }