Skip to content

Instantly share code, notes, and snippets.

@BongHoLee
Created April 13, 2020 21:55
oop
public class Screening {
private Movie movie; // not null
private int sequence; // >= 1
private LocalDateTime; // after current
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment