From 265860ef406bd4f88cd50b9145b1381cbfa34cdf Mon Sep 17 00:00:00 2001 From: Dan Avigdor <52784747+danavigdorr@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:46:39 +0300 Subject: [PATCH] Update hello.apex --- scripts/apex/hello.apex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/apex/hello.apex b/scripts/apex/hello.apex index 1fba732..dde5fd9 100644 --- a/scripts/apex/hello.apex +++ b/scripts/apex/hello.apex @@ -4,7 +4,8 @@ // SFDX: Execute Anonymous Apex with Currently Selected Text // You can also execute the entire file by running the command: // SFDX: Execute Anonymous Apex with Editor Contents +// bla bla string tempvar = 'Enter_your_name_here'; System.debug('Hello World!'); -System.debug('My name is ' + tempvar); \ No newline at end of file +System.debug('My name is ' + tempvar);