After mergin main code

This commit was merged in pull request #4.
This commit is contained in:
Amit Aher
2025-04-12 12:09:03 +05:30

View File

@@ -3,5 +3,9 @@ public with sharing class 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');
}
}