diff --git a/force-app/main/default/classes/Sample1.cls b/force-app/main/default/classes/Sample1.cls index 036547c..a920c40 100644 --- a/force-app/main/default/classes/Sample1.cls +++ b/force-app/main/default/classes/Sample1.cls @@ -2,5 +2,6 @@ public with sharing class Sample1 { public Sample1() { System.debug('Hello World'); System.debug('shreys'); + System.debug('new changes'); } } \ No newline at end of file