Skip to content

Instantly share code, notes, and snippets.

@yassaa
Created November 6, 2014 14:43
Show Gist options
  • Save yassaa/937de85d664879c497d9 to your computer and use it in GitHub Desktop.
Save yassaa/937de85d664879c497d9 to your computer and use it in GitHub Desktop.
movieclass
import java.time.*;
import java.util.*;
import java.lang.*;
import java.io.*;
public class Movie {
public String movieName;
public String[] time;
public String Cinema;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment