Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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