/°(()=>{ const result = new Array(); for( var i=100; i--; ){ result.push(` hola mundo ${i}
`); } return result.join(''); })()°/