I have added some code

This commit is contained in:
2025-04-12 10:50:52 +05:30
parent cddae3ef12
commit 9d2daf0c6d

View File

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