From f467fa70e6bb621515d624c9a17424a5efa6524f Mon Sep 17 00:00:00 2001 From: Anantha Raju C Date: Wed, 19 Aug 2015 07:14:21 +0530 Subject: [PATCH] Hello world in Ubercode added --- u/Ubercode.cls | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 u/Ubercode.cls 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