Skip to content

Commit f467fa7

Browse files
committed
Hello world in Ubercode added
1 parent 1feeed7 commit f467fa7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

u/Ubercode.cls

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Ubercode 1 class HelloWorld
2+
3+
public function Main()
4+
code
5+
call Msgbox("Hello", "My first program", "OK")
6+
end function
7+
8+
end class

0 commit comments

Comments
 (0)