Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 170 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 170 Bytes

Exercise 4-4

Add commands to print the top element of the stack without popping, to duplicate it, and to swap the top two elements.

Add a command to clear the stack.