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 11:12:36 +05:30

6 lines
135 B
OpenEdge ABL

public with sharing class Sample1 {
public Sample1() {
System.debug('Hello World');
System.debug('shreys');
}
}