MyDL IDE
Home
Why MyDL
Install
Tutorials
Javadoc
Github
About Us
Code:
public class Test{ public static void main(String[] args){ System.out.printf("hello world"); } }
Build and Run!
Note: The public class name must be
Test
Result