그저 Hello World를 반환하면 되는 문제
Hello World
구현해보았다.
function createHelloWorld() { return function(...args): string { return "Hello World" }; };