fork download
  1. string str = "CSharp Programming";
  2. int index = str.IndexOf("r", 2);
  3. Console.WriteLine(index);
Success #stdin #stdout 0.07s 29904KB
stdin
Standard input is empty
stdout
4