Skip to content

Instantly share code, notes, and snippets.

@miketamis
Created September 23, 2012 06:30
Show Gist options
  • Save miketamis/3769089 to your computer and use it in GitHub Desktop.
Save miketamis/3769089 to your computer and use it in GitHub Desktop.
import java.io.*;
public class MonsterData {
Static Monster[] monsters = {new Monster("Pikachu") ,new Monster("Charmander")};
public static void main(String args[]){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment