fork download
  1. s = "we are testing this test so be sure to test it"
  2. t = "test"
  3. s.find(t,5);
  4.  
Success #stdin #stdout 0.02s 4672KB
stdin
Standard input is empty
stdout
Standard output is empty