Help at rigth part
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
@test {
|
||||
var i : Int = 0
|
||||
while ((i <= max))
|
||||
{
|
||||
{
|
||||
@test for (i in 0..max) {
|
||||
var n : Int = substring.length()
|
||||
var j : Int = i
|
||||
var k : Int = 0
|
||||
@@ -16,11 +12,6 @@ continue@test
|
||||
foundIt = true
|
||||
break@test
|
||||
}
|
||||
{
|
||||
(i++)
|
||||
}
|
||||
}
|
||||
}
|
||||
System.out?.println((if (foundIt)
|
||||
"Found it"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user