const reverseString = function() {
print("hellooo")
};
// Do not edit below this line
module.exports = reverseString;