Files
china-dictatorship/hello-world/u/Ubercode.cls
Ciro Santilli 3e40ac19d9 hello-world
2021-03-24 00:00:01 +00:00

9 lines
150 B
OpenEdge ABL

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