fork download
  1. string str = "Hello, World!";
  2. int index = str.IndexOf("CSharp");
  3. Console.WriteLine(index);
Success #stdin #stdout 0.04s 31292KB
stdin
Standard input is empty
stdout
-1