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