new chenges

This commit is contained in:
2025-04-12 11:12:36 +05:30
parent 9d2daf0c6d
commit 63d5cbecf1

View File

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