Skip to content

Instantly share code, notes, and snippets.

@kalub92
Created March 12, 2018 23:34
Show Gist options
  • Save kalub92/1130af351b7fb79a861c2a719c627857 to your computer and use it in GitHub Desktop.
Save kalub92/1130af351b7fb79a861c2a719c627857 to your computer and use it in GitHub Desktop.
var nameStack = Stack()
nameStack.push("Caleb")
nameStack.push("Charles")
nameStack.push("Tina")
print(nameStack)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment