Created
October 3, 2019 12:42
-
-
Save kiru/6d0925837e3b58b3eec907e82812d41f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import java.util.*; | |
import java.lang.*; | |
public class TwitterApp{ | |
private List<String> storedTweets = new ArrayList(); | |
private dinosaur TRex; | |
public class dinosaur{ | |
} | |
public static void main(String[] args){ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment