// Generated by ReScript, PLEASE EDIT WITH CARE


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

export {
  greet ,
}
/* No side effect */