Merge pull request #500 from Gurenax/master
Hello World from Apex (Salesforce)
This commit is contained in:
@@ -56,6 +56,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
|||||||
* [Ante](a/ante.ante)
|
* [Ante](a/ante.ante)
|
||||||
* [Antlang](a/AntLang.ant)
|
* [Antlang](a/AntLang.ant)
|
||||||
* [Apc](a/apc.apc)
|
* [Apc](a/apc.apc)
|
||||||
|
* [Apex](a/Apex.cls)
|
||||||
* [Apl](a/apl.apl)
|
* [Apl](a/apl.apl)
|
||||||
* [Applescript](a/applescript.scpt)
|
* [Applescript](a/applescript.scpt)
|
||||||
* [Arc](a/arc.arc)
|
* [Arc](a/arc.arc)
|
||||||
|
|||||||
5
a/Apex.cls
Normal file
5
a/Apex.cls
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
global with sharing class HelloWorld {
|
||||||
|
global static void main() {
|
||||||
|
System.debug('Hello World');
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user