2018-09-10 15:30:03 +10:00

5 lines
107 B
OpenEdge ABL

global with sharing class HelloWorld {
global static void main() {
System.debug('Hello World');
}
}