From ba81ee3b8a5a20f0a0009b1541138511fd061d18 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 15 Apr 2023 10:09:30 -0700 Subject: Updated App.java demo code --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 642b283..4b0469f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ System.out.println(video.title + " - " + video.channel.name); for (Comment comment : video.comments) { System.out.println(" "+comment.message); } -} ``` ## Download -- cgit v1.2.3