From 2b42a0c1b9b3e40e20c430efebfc700754f870c7 Mon Sep 17 00:00:00 2001 From: Glenn Dimaliwat Date: Mon, 10 Sep 2018 15:30:03 +1000 Subject: [PATCH 1/2] Add Apex Hello World class --- a/Apex.cls | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 a/Apex.cls diff --git a/a/Apex.cls b/a/Apex.cls new file mode 100644 index 00000000..5ed2c358 --- /dev/null +++ b/a/Apex.cls @@ -0,0 +1,5 @@ +global with sharing class HelloWorld { + global static void main() { + System.debug('Hello World'); + } +} \ No newline at end of file From 79e53f10466a41799cabb8e9ab29493df3fef7e0 Mon Sep 17 00:00:00 2001 From: Glenn Dimaliwat Date: Mon, 10 Sep 2018 15:30:19 +1000 Subject: [PATCH 2/2] Update readme with link to Apex hello world class --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f9fca1c..7165016c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Ante](a/ante.ante) * [Antlang](a/AntLang.ant) * [Apc](a/apc.apc) +* [Apex](a/Apex.cls) * [Apl](a/apl.apl) * [Applescript](a/applescript.scpt) * [Arduino](a/arduino.ino)