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

var Belt_Array = require("./stdlib/belt_Array.js");

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

/*  Not a pure module */
Compiled successfully