// Generated by ReScript, PLEASE EDIT WITH CARE


for(var x = 3; x >= 1; --x){
  console.log(x);
}

export {
  
}
/*  Not a pure module */