[BAEL-1835] Fixing indent and organization

This commit is contained in:
dupirefr
2018-07-07 10:27:28 +02:00
parent b9e6222ced
commit 60702c111c
5 changed files with 115 additions and 114 deletions

View File

@@ -0,0 +1,9 @@
package com.baeldung.mavenjavakotlin.services
class KotlinService {
fun sayHello() {
System.out.println("Kotlin says 'Hello World!'")
}
}