Compare commits

...

15 Commits

2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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');
System.debug('Testing 123');
System.debug('Tested 123');
}
}

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>