new chenges #3

Merged
shreyas.paraspatki merged 1 commits from feature/test_component into master 2025-04-12 05:47:18 +00:00

View File

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