11 lines
323 B
OpenEdge ABL
11 lines
323 B
OpenEdge ABL
public with sharing class Sample1 {
|
|
public Sample1() {
|
|
//System.debug('Hello World');
|
|
//System.debug('shreys');
|
|
System.debug('Testing');
|
|
System.debug('Hello World');
|
|
System.debug('shreys');
|
|
System.debug('new changes');
|
|
System.debug('Testing 123');
|
|
}
|
|
} |