📚 이론정리/알고리즘
점메추(const)
서카츄
2024. 1. 27. 23:55
function solution(recommend){
const menu = recommend;
return menu;
}
solution("부대찌개");
solution("파스타");