Delete traces of "jet" in test data and unimportant code
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.*
|
||||
import java.util.*
|
||||
|
||||
fun box() : String {
|
||||
val input = StringReader("/Users/abreslav/work/jet/docs/luhnybin/src/test")
|
||||
val input = StringReader("/aaa/bbb/ccc/ddd")
|
||||
|
||||
val luhny = Luhny()
|
||||
input.forEachChar {
|
||||
@@ -86,7 +86,7 @@ class Luhny() {
|
||||
toBeMasked--
|
||||
}
|
||||
else {
|
||||
print(c)
|
||||
// print(c)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.io.*
|
||||
import java.util.*
|
||||
|
||||
fun box() : String {
|
||||
val input = StringReader("/Users/abreslav/work/jet/docs/luhnybin/src/test")
|
||||
val input = StringReader("/aaa/bbb/ccc/ddd")
|
||||
|
||||
val luhny = Luhny()
|
||||
input.forEachChar {
|
||||
@@ -81,7 +81,7 @@ class Luhny() {
|
||||
kotlin.io.print('X')
|
||||
toBeMasked--
|
||||
} else {
|
||||
kotlin.io.print(c)
|
||||
// kotlin.io.print(c)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.io.*
|
||||
import java.util.*
|
||||
|
||||
fun box() : String {
|
||||
val input = StringReader("/Users/abreslav/work/jet/docs/luhnybin/src/test")
|
||||
val input = StringReader("/aaa/bbb/ccc/ddd")
|
||||
|
||||
val luhny = Luhny()
|
||||
input.forEachChar {
|
||||
@@ -79,7 +79,7 @@ class Luhny() {
|
||||
toBeMasked--
|
||||
}
|
||||
else {
|
||||
print(c)
|
||||
// print(c)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user