Changes on behalf of Shreyas

This commit is contained in:
Amit Aher
2025-04-12 12:01:10 +05:30
parent 63d5cbecf1
commit 99f0d0790f

View File

@@ -2,5 +2,6 @@ public with sharing class Sample1 {
public Sample1() {
System.debug('Hello World');
System.debug('shreys');
System.debug('Testing 123');
}
}