프로그래밍 언어/Kotlin
Making a cup of White Chocolate Latte in Kotlin language
화이트초코라떼
2018. 5. 22. 06:18
val whiteChocolateLatte = with(EspressoMachine()) {
append("some white chocolate").append("some milk")
}