Challenge 2: Hallo Welt

basic.forever(function () {
    basic.showString("Hallo Welt")
    basic.showIcon(IconNames.Happy)
    basic.pause(2000)
})