diff --git a/u/Ubercode.cls b/u/Ubercode.cls index cd25eeef..44a5310e 100644 --- a/u/Ubercode.cls +++ b/u/Ubercode.cls @@ -2,7 +2,7 @@ public function Main() code - call Msgbox("Hello", "My first program", "OK") + call Msgbox("Hello World!", "My first program", "OK") end function end class