From 99f0d0790fd3a0e6a0af6374ccf5b84a9c2a90c0 Mon Sep 17 00:00:00 2001 From: Amit Aher Date: Sat, 12 Apr 2025 12:01:10 +0530 Subject: [PATCH] Changes on behalf of Shreyas --- force-app/main/default/classes/Sample1.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/force-app/main/default/classes/Sample1.cls b/force-app/main/default/classes/Sample1.cls index 036547c..9b3dcb0 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('Testing 123'); } } \ No newline at end of file