Updated the app

This commit is contained in:
Sambo Chea 2021-01-26 13:40:45 +07:00
parent 981f074049
commit cfe8efdf5a

View File

@ -11,6 +11,8 @@ class DemoApplication : CommandLineRunner {
override fun run(vararg args: String?) {
MyLib.doOnMe()
println()
println("Hello JJKK: ${MyUtils.helloWorld()}")
}
}