2667. Create Hello World Function

202408251455
tags: #js

const createHelloWorld = () => (...args) => "Hello World";

Reference

https://leetcode.com/problems/create-hello-world-function