move package
This commit is contained in:
parent
d512c92b48
commit
9a7ae56256
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.tour
|
||||
package kotlinstudy.tour
|
||||
|
||||
fun main() {
|
||||
println("Hello, Kotlin")
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.tour
|
||||
package kotlinstudy.tour
|
||||
|
||||
fun main() {
|
||||
val name = "Mary"
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.tour
|
||||
package kotlinstudy.tour
|
||||
|
||||
fun main() {
|
||||
val customers = 10
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.tour
|
||||
package kotlinstudy.tour
|
||||
|
||||
fun main() {
|
||||
val popcorn = 5
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.types
|
||||
package kotlinstudy.types
|
||||
|
||||
fun main() {
|
||||
var customers = 10
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.types
|
||||
package kotlinstudy.types
|
||||
|
||||
fun main() {
|
||||
val a: Int = 1000
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.types
|
||||
package kotlinstudy.types
|
||||
|
||||
fun main() {
|
||||
val d: Int
|
@ -1,4 +1,4 @@
|
||||
package io.kotlinstudy.types
|
||||
package kotlinstudy.types
|
||||
|
||||
fun main() {
|
||||
val d: Int
|
Loading…
Reference in New Issue
Block a user