치춘짱베리굿나이스
[백준] 10189 본문
Hook
문제
Print out the word Hook as shown below.
출력
Print out the word Hook as shown below.
풀이
const hook = () => {
console.log(`# # #### #### # #
#### # # # # # #
#### # # # # # #
# # #### #### # #`);
};
hook();
'Javascript + Typescript > 자바스크립트로 알고리즘풀기' 카테고리의 다른 글
[백준] 5524 (0) | 2023.07.20 |
---|---|
[백준] 27433 (0) | 2023.07.19 |
[백준] 27294 (0) | 2023.07.18 |
[백준] 27323 (0) | 2023.07.17 |
[백준] 7891 (0) | 2023.07.17 |
Comments