7 lines
104 B
OpenEdge ABL
7 lines
104 B
OpenEdge ABL
public with sharing class DEF {
|
|
|
|
public DEF() {
|
|
|
|
System.System.debug('HELLO WORLD');
|
|
}
|
|
} |