Created
June 9, 2020 12:48
-
-
Save anshupitlia/cb571761765eac12a9051d96c1645285 to your computer and use it in GitHub Desktop.
Main Class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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