diff --git a/examples/ustack_in_using.md b/examples/ustack_in_using.md new file mode 100644 index 0000000..d92ad1b --- /dev/null +++ b/examples/ustack_in_using.md @@ -0,0 +1,26 @@ +# Getting started +To start, install ufpy lib by command +### Windows +pip install ufpy +### Linux + + +## Examples +To create stack, use UStack class. +stack = UStack() +To add an element to the stack, use UStack.append([,