for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
//
// This is only a SKELETON file for the 'Hello World' exercise. It's been provided as a
// convenience to get you started writing code faster.
export const hello = () => {
return "Hello, World!";
};