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

8 lines
217 B
OpenEdge ABL

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