HelloWorldFootballApp.java
package net.playermanager.samples.HelloWorld; | |
public class HelloWorldFootballApp { | |
public static void main(String[] args) { | |
System.out.println("Hello World Football"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment