UNPKG

quickprojects

Version:

QuickProjects makes it easy to create templates for programming projects without having to use an IDE.

11 lines (6 loc) 153 B
package mainPackage; public class Main { public static void main(String[] args) { System.out.println("Hello World!"); } } // End of Main class.