Skip to content

Instantly share code, notes, and snippets.

View victoriahawkins's full-sized avatar

Victoria Hawkins victoriahawkins

View GitHub Profile
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.DayOfWeek;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.temporal.Temporal;
import java.util.ArrayList;
import java.util.Arrays;