fork download
  1. #include <iostream>
  2. void func();
  3. void func();
  4. void func();
  5. void func();
  6. void func();
  7. void func();
  8. void func();
  9. void func();
  10. void func();
  11. void func();
  12. void func();
  13. void func();
  14. void func();
  15. void func();
  16. void func();
  17. //cows come home
  18.  
  19. int main() {
  20. func();
  21. return 0;
  22. }
  23.  
  24. void func()
  25. {
  26. std::cout << "Howdy!"<< std::endl;
  27. }
  28.  
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Howdy!