Skip to content

Instantly share code, notes, and snippets.

@Pasanpr
Created March 24, 2016 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pasanpr/17cfb686461131cada81 to your computer and use it in GitHub Desktop.
Save Pasanpr/17cfb686461131cada81 to your computer and use it in GitHub Desktop.
var gatesForTerminalA: [String: [Int]] = ["occupied": [1,2,3,4,5,6,7,8], "empty": [9,10,11,12]]
var gatesForTerminalB: [String: [Int]] = ["occupied": [1], "empty": [2,3,4,5,6,7,8]]
var gatesForTerminalC: [String: [Int]] = ["occupied": [1,2,3,4], "empty": [5,6,7,8,9,10]]
var gatesForInternationalTerminal: [String: [Int]] = ["occupied": [1,2,3], "empty": [4,5,6]]
var gatesForPrivateHangars: [String: [Int]] = ["occupied": [1], "empty": [2,3]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment