Skip to content

Instantly share code, notes, and snippets.

@Adrianvdh
Last active January 3, 2018 05:11
Show Gist options
  • Save Adrianvdh/23e03bded449292a20f89dc128dae7aa to your computer and use it in GitHub Desktop.
Save Adrianvdh/23e03bded449292a20f89dc128dae7aa to your computer and use it in GitHub Desktop.
public class User {
String username = "adrianvdh";
String password = "hello123";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment