blob: 031e63ee74e78df9d5aedcbc987dbc00aabcbaa6 [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 Evening";
module.exports = {
hello: hello
};