Compare commits

...

2 Commits

Author SHA1 Message Date
94b0259050 Merge pull request 'new chenges' (#3) from feature/test_component into master
Reviewed-on: #3
2025-04-12 05:47:18 +00:00
63d5cbecf1 new chenges 2025-04-12 11:12:36 +05:30

View File

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