move package

This commit is contained in:
wandoubaba 2024-08-11 14:44:47 +08:00
parent d512c92b48
commit 9a7ae56256
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.tour package kotlinstudy.tour
fun main() { fun main() {
println("Hello, Kotlin") println("Hello, Kotlin")

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.tour package kotlinstudy.tour
fun main() { fun main() {
val name = "Mary" val name = "Mary"

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.tour package kotlinstudy.tour
fun main() { fun main() {
val customers = 10 val customers = 10

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.tour package kotlinstudy.tour
fun main() { fun main() {
val popcorn = 5 val popcorn = 5

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.types package kotlinstudy.types
fun main() { fun main() {
var customers = 10 var customers = 10

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.types package kotlinstudy.types
fun main() { fun main() {
val a: Int = 1000 val a: Int = 1000

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.types package kotlinstudy.types
fun main() { fun main() {
val d: Int val d: Int

View File

@ -1,4 +1,4 @@
package io.kotlinstudy.types package kotlinstudy.types
fun main() { fun main() {
val d: Int val d: Int