Richie Bendall ad16f6d78a
Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00

9 lines
150 B
OpenEdge ABL
Executable File

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