From ffc1d8b55a2d86dcb3a40b82c2b48a4a44a1efdc Mon Sep 17 00:00:00 2001 From: Sithira Akbo <56906001+dlsakbo@users.noreply.github.com> Date: Wed, 23 Oct 2019 19:29:38 +0530 Subject: [PATCH] Nsbm --- Kotlin/hello_world.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kotlin/hello_world.kt b/Kotlin/hello_world.kt index 0b69e21..59462e8 100644 --- a/Kotlin/hello_world.kt +++ b/Kotlin/hello_world.kt @@ -1,3 +1,3 @@ fun main(args: Array) { - println("Hello, World!") + println("Hello, World nsbm!") }