// Generated by ReScript, PLEASE EDIT WITH CARE


var myArray = [
  "hello",
  "world",
  "how are you"
];

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