feature/test_component #2

Merged
shreyas.paraspatki merged 2 commits from feature/test_component into master 2025-04-12 05:35:17 +00:00
2 changed files with 10 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>63.0</apiVersion>
<status>Active</status>
</ApexClass>