// Generated by ReScript, PLEASE EDIT WITH CARE


function add(a, b) {
  return a + b | 0;
}

var score = 10;

export {
  score ,
  add ,
}
/* No side effect */