Skip to content

Instantly share code, notes, and snippets.

@anshupitlia
Created June 9, 2020 12:33
Show Gist options
  • Save anshupitlia/b8b565b36db7dbac200a52dd4993bec2 to your computer and use it in GitHub Desktop.
Save anshupitlia/b8b565b36db7dbac200a52dd4993bec2 to your computer and use it in GitHub Desktop.
Like Button
class LikeButton {
public void onClick() {
System.out.println("Like the post");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment