Files
china-dictatorship/hello-world/a/Apex.cls

5 lines
107 B
OpenEdge ABL
Raw Normal View History

2021-03-24 00:00:01 +00:00
global with sharing class HelloWorld {
global static void main() {
System.debug('Hello World');
}
}