Add Apex Hello World class
This commit is contained in:
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