Skip to content

Instantly share code, notes, and snippets.

@qsysmine
Created March 22, 2017 17:26
Show Gist options
  • Save qsysmine/3571d2bccef70a31bb9dcde84609e925 to your computer and use it in GitHub Desktop.
Save qsysmine/3571d2bccef70a31bb9dcde84609e925 to your computer and use it in GitHub Desktop.
public static let schedule31March: [String, String, String] = [
("07:00", "07:51", "0 Period"),
("08:00", "08:35", "1st Period"),
("08:40", "09:15", "2nd Period"),
("09:20", "09:55", "3rd Period"),
("10:00", "10:35", "4th Period"),
("10:35", "10:45", "Brunch"),
("10:50", "11:25", "5th Period"),
("11:30", "12:05", "6th Period"),
("12:10", "12:45", "7th Period"),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment