Compare commits

...

4 Commits

Author SHA1 Message Date
c3b0d904a6 Merge branch 'master' into feature/test_component 2025-04-12 06:55:45 +00:00
Amit Aher
b795711477 After mergin main code 2025-04-12 12:09:03 +05:30
Amit Aher
b43fe0bf1f To check merge conflict 2025-04-12 11:31:11 +05:30
94b0259050 Merge pull request 'new chenges' (#3) from feature/test_component into master
Reviewed-on: #3
2025-04-12 05:47:18 +00:00

View File

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