Skip to content

Instantly share code, notes, and snippets.

@kiru
Created October 3, 2019 12:42
Show Gist options
  • Save kiru/6d0925837e3b58b3eec907e82812d41f to your computer and use it in GitHub Desktop.
Save kiru/6d0925837e3b58b3eec907e82812d41f to your computer and use it in GitHub Desktop.
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