// Generated by ReScript, PLEASE EDIT WITH CARE

import * as Belt_Array from "./stdlib/belt_Array.js";

Belt_Array.forEach([
      1,
      2,
      3
    ], (function (num) {
        console.log(num);
      }));

export {
  
}
/*  Not a pure module */