세상을 더 좋게

[Baekjoon] 25083 새싹 (Kotlin) 본문

Algorithm/[solved.ac] 새싹 Class

[Baekjoon] 25083 새싹 (Kotlin)

나는SOU 2024. 3. 1. 16:44

https://www.acmicpc.net/problem/25083

 

25083번: 새싹

아래 예제와 같이 새싹을 출력하시오.

www.acmicpc.net

Double quotation marks is good answer in this problem. because double qutation marks used in situation to express raw text.

fun main() {
    println("""         ,r'"7
r`-_   ,'  ,/
 \. ". L_r'
   `~\/
      |
      |""")
}