feature/test_component #2

Merged
shreyas.paraspatki merged 2 commits from feature/test_component into master 2025-04-12 05:35:17 +00:00
Showing only changes of commit 9d2daf0c6d - Show all commits

View File

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