Music: https://www.youtube.com/watch?v=M5XqhhqCc-A&t=23s import google.Youtube; public class YoutubeMain { public static void main(String[] args) { System.out.println("Java is the programming language people love to hate."); Channel channel = Youtube.YOUR_YOUTUBE_CHANNEL; channel.subscribe(Youtube.findYoutuberByName("SENTRY")); channel.like(Youtube.getVideo(YouTube.CURRENT_VIDEO)); } } #memes #java