Skip to content

Instantly share code, notes, and snippets.

@Darker
Created September 3, 2017 18:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Darker/b9a2d120840263bb18a6a1b64803fb8c to your computer and use it in GitHub Desktop.
Lesson times at ctu
var casy2 = [
["7:30", "8:15"],
["8:15", "9:00"],
["9:15", "10:00"],
["10:00", "10:45"],
["11:00", "11:45"],
["11:45", "12:30"],
["12:45", "13:30"],
["13:30", "14:15"],
["14:30", "15:15"],
["15:15", "16:00"],
["16:15", "17:00"],
["17:00", "17:45"],
["18:00", "18:45"],
["19:00", "19:30"],
["19:30", "20:30"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment