Hello world in Ubercode added

This commit is contained in:
Anantha Raju C
2015-08-19 07:14:21 +05:30
parent 1feeed7111
commit f467fa70e6

8
u/Ubercode.cls Normal file
View File

@@ -0,0 +1,8 @@
Ubercode 1 class HelloWorld
public function Main()
code
call Msgbox("Hello", "My first program", "OK")
end function
end class