Merge branch 'feature/test_component' of https://gitea.adaforce.in/hritik.seth/Repository_1 into feature/test_component

This commit is contained in:
Amit Aher
2025-04-12 12:05:06 +05:30

View File

@@ -1,7 +1,8 @@
public with sharing class Sample1 {
public Sample1() {
System.debug('Hello World');
System.debug('shreys');
System.debug('shreys');
System.debug('new changes');
System.debug('Testing 123');
}
}