GG FACTORYGG FACTORY
Discord
태그 목록

#프로그래머스 문자열 출력하기

총 1개의 글

함께 자주 언급되는 태그#프로그래머스#algorithm
기술#프로그래머스#프로그래머스 문자열 출력하기#algorithm

프로그래머스 문자열 출력하기 Lv.0

단순하게 rl.close(); 와 console.log(str)을 통해 출력하면 해결됩니다. 입력받고 종료를 해주면됩니다. const readline = require('readline'); const rl = readline.createInterface({ input...

2024년 12월 6일165