fork download
  1. #include <iostream>
  2. #include <string>
  3.  
  4. int main()
  5. {
  6. std::string hello = R"(
  7. # # ##### # # #####
  8. # # # # # # #
  9. ##### ##### # # # #
  10. # # # # # # #
  11. # # ##### ##### ##### #####
  12. )" ;
  13.  
  14. std::cout << hello ;
  15. }
  16.  
Success #stdin #stdout 0s 3028KB
stdin
Standard input is empty
stdout
    #   #  #####  #      #      #####
    #   #  #      #      #      #   #
    #####  #####  #      #      #   #
    #   #  #      #      #      #   #
    #   #  #####  #####  #####  #####