[BAEL-1835] Fixing indent and organization
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.baeldung.mavenjavakotlin.services
|
||||
|
||||
class KotlinService {
|
||||
|
||||
fun sayHello() {
|
||||
System.out.println("Kotlin says 'Hello World!'")
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user