From 645208427ae4c4a0095892fa027631e1cc94cfee Mon Sep 17 00:00:00 2001 From: TheHakerTech Date: Tue, 4 Jun 2024 09:58:35 +0300 Subject: [PATCH] Added first test of example --- examples/ustack_in_using.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/ustack_in_using.md 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([,