// This file is used for frontend and backend
'use strict';
module.exports = function() {
return "Hello World";
};