Files
hello-world/u/Ubercode.cls
Santhosh Kumar Srinivasan fb593212f4 Hello World! Not just a Hello.
2016-10-16 11:46:08 -04:00

9 lines
151 B
OpenEdge ABL

Ubercode 1 class HelloWorld
public function Main()
code
call Msgbox("Hello World!", "My first program", "OK")
end function
end class