undefined says to OwO
/rust@mmis_js_bot fn main() { let x = 0; loop { println!("hallo Welt"); if(x < 100) { x += 1; } else { break; } } }