main.java.com.vendasta.Main Maven / Gradle / Ivy
package com.vendasta;
/**
* Starts the program
*
*/
public class Main {
/**
* Prints Hello Shawn to the command line
* @param args these are ignored so don't pass them in
*/
public static void main(String[] args) {
System.out.println("Hello Shawn");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy