Skip to content

Instantly share code, notes, and snippets.

@anshupitlia
Created June 9, 2020 12:48
Show Gist options
  • Save anshupitlia/cb571761765eac12a9051d96c1645285 to your computer and use it in GitHub Desktop.
Save anshupitlia/cb571761765eac12a9051d96c1645285 to your computer and use it in GitHub Desktop.
Main Class
public class Main {
public static void main(String[] args) {
LikeButton likeButton = new LikeButton();
likeButton.onClick(); //Like the post
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment