Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Created April 23, 2015 15:37
Show Gist options
  • Save jpotts18/65ccf78cc7434c6b40a0 to your computer and use it in GitHub Desktop.
Save jpotts18/65ccf78cc7434c6b40a0 to your computer and use it in GitHub Desktop.
public class Animal {
String hello;
public Animal(){
this.hello = "Hello"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment