Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from vitaliaventel/vitaliaventel-patch-1
Browse files Browse the repository at this point in the history
Added HelloWorld on Apex
  • Loading branch information
vitaliaventel authored Oct 4, 2018
2 parents 775d551 + 0462b25 commit 358bd90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Apex/HelloWorld.cls
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class HelloWorld {

public void sayHello(){
return "Hello from Salesforce!";
}

}

0 comments on commit 358bd90

Please sign in to comment.