Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Created March 25, 2022 13:02
Show Gist options
  • Save vikingosegundo/499ed6527c9b2d026b596483e5ed12d6 to your computer and use it in GitHub Desktop.
Save vikingosegundo/499ed6527c9b2d026b596483e5ed12d6 to your computer and use it in GitHub Desktop.
let s:_Stack<String> = createStack()
s.push("one")
s.push("two")
s.push("three")
print(s.string())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment