diff --git a/force-app/main/default/classes/Sample1.cls b/force-app/main/default/classes/Sample1.cls new file mode 100644 index 0000000..d6cdf3b --- /dev/null +++ b/force-app/main/default/classes/Sample1.cls @@ -0,0 +1,5 @@ +public with sharing class Sample1 { + public Sample1() { +System.debug('Hello World'); + } +} \ No newline at end of file diff --git a/force-app/main/default/classes/Sample1.cls-meta.xml b/force-app/main/default/classes/Sample1.cls-meta.xml new file mode 100644 index 0000000..5f399c3 --- /dev/null +++ b/force-app/main/default/classes/Sample1.cls-meta.xml @@ -0,0 +1,5 @@ + + + 63.0 + Active +