fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. char m1[] = {0x54, 0x72, 0x79, 0x20, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x2e, 0x2f, 0x74, 0x65, 0x74, 0x72, 0x69, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x00};
  7. for( auto i : m1) {
  8. cout << i;
  9. }
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5432KB
stdin
Standard input is empty
stdout
Try running ./tetris on the server