[백준] JS - #10171 고양이

chunsim·2021년 7월 12일
0

Baekjoon

목록 보기
3/16
post-thumbnail

문제

아래 예제와 같이 고양이를 출력하시오.



코드

Node.js

console.log(`\\    /\\`);
console.log(` )  ( ')`);
console.log(`(  /  )`);
console.log(` \\(__)|`);
profile
개린이의 우당탕탕 개발일지

0개의 댓글