Skip to content

Instantly share code, notes, and snippets.

View dariuscouchard's full-sized avatar

Darius Couchard dariuscouchard

View GitHub Profile
import java.util.ArrayList;
public class YourClassNameHere {
public static void main(String[] args) {
ArrayList<Player> inGamePlayers = new ArrayList<Player>();
inGamePlayers.add(new Player("Griff"));
String newUsername = "Polak";