diff --git a/u/Ubercode.cls b/u/Ubercode.cls new file mode 100644 index 00000000..cd25eeef --- /dev/null +++ b/u/Ubercode.cls @@ -0,0 +1,8 @@ + Ubercode 1 class HelloWorld + + public function Main() + code + call Msgbox("Hello", "My first program", "OK") + end function + + end class