blob: 308416b15696239b3fc58e3fb89a2a2a883e5557 [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one or more contributor
// license agreements; and to You under the Apache License, Version 2.0.
const hello = "Good Morning";
module.exports = {
hello: hello
};