// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';


function greetMore(name) {
  return "Hello " + name;
}

exports.greetMore = greetMore;
/* No side effect */
Compiled successfully