New changes from my side

This commit is contained in:
2025-04-12 11:34:24 +05:30
parent 63d5cbecf1
commit 0bcc81dada

View File

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