fork download
  1. %: include <iostream>
  2.  
  3.  
  4. int main(int argc, char *argv<::>)
  5. <%
  6. if (argc > 1 and argv<:1:> not_eq '\0') <%
  7. std::cout << "Hello " << argv<:1:> << '\n';
  8. %>
  9. std::cout<<"ko"<<std::endl;
  10. %>
Success #stdin #stdout 0s 2928KB
stdin
Standard input is empty
stdout
ko