fork(1) download
  1. #include <vector>
  2. #include <string>
  3.  
  4. int main() {
  5. std::vector<std::string> words1 {"the", "frogurt", "is", "also", "cursed"};
  6. return 0;
  7. }
Success #stdin #stdout 0s 3224KB
stdin
Standard input is empty
stdout
Standard output is empty