Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created March 14, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/dc30ec931d09b0836d3f6172f4721bad to your computer and use it in GitHub Desktop.
Save PatilShreyas/dc30ec931d09b0836d3f6172f4721bad to your computer and use it in GitHub Desktop.
public class Main {
public static void main(String[] args) {
Life life = DaggerLifeComponent.create().getLife();
life.enjoy();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment