blob: 1fd7cf3d5095fff76c2e5048ebe61ebd91f99e14 [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 = "Hello Afternoon";
module.exports = {
hello: hello
};