From fb04387c531c57a3ce334458a6fdac3e410a537b Mon Sep 17 00:00:00 2001 From: Sithira Akbo <56906001+dlsakbo@users.noreply.github.com> Date: Wed, 23 Oct 2019 19:31:53 +0530 Subject: [PATCH] Nsbm --- Scala/HelloWorld.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scala/HelloWorld.scala b/Scala/HelloWorld.scala index 5f89b5a..e3e0c6a 100644 --- a/Scala/HelloWorld.scala +++ b/Scala/HelloWorld.scala @@ -1,5 +1,5 @@ object HelloWorld { def main(args: Array[String]): Unit = { - println("Hello World") + println("Hello World nsbm") } -} \ No newline at end of file +}