Merge pull request #208 from AnanthaRajuC/master

Hello world in Ubercode added
This commit is contained in:
Mike Donaghy
2015-08-18 21:59:18 -04:00

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