fork(1) download
  1. #include <iostream>
  2. #include <list>
  3. #include <string>
  4. using namespace std;
  5.  
  6. void myFunc(std::list<std::string> const & myList = std::list<std::string>({"Val1", "Val2", "Val3"})){
  7.  
  8. }
  9.  
  10. int main() {
  11. // your code goes here
  12. return 0;
  13. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
Standard output is empty