This repository has been archived on 2025-10-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Repository_1/force-app/main/default/classes/Sample1.cls
2025-04-12 12:14:57 +05:30

8 lines
221 B
OpenEdge ABL

public with sharing class Sample1 {
public Sample1() {
System.debug('Hello World');
System.debug('shreys');
System.debug('new changes');
System.debug('one more change is here');
}
}