All Downloads are FREE. Search and download functionalities are using the official Maven repository.

g2601_2700.s2667_create_hello_world_function.solution.ts Maven / Gradle / Ivy

There is a newer version: 1.37
Show newest version
// #Easy #2023_09_10_Time_45_ms_(94.20%)_Space_43.6_MB_(9.97%)

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

/*
 * const f = createHelloWorld();
 * f(); // "Hello World"
 */

export { createHelloWorld }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy