summary refs log tree commit diff stats
path: root/javascript/hello-world/hello-world.js
blob: 7e071c7aef4ed33b3a1faec4ad5268952ce79ae6 (plain) (blame)
1
2
3
export const hello = () => {
    return "Hello, World!";
};