Add Apex Hello World class
This commit is contained in:
parent
220bf4da45
commit
2b42a0c1b9
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');
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user