Skip to content

Commit 7077d76

Browse files
committed
feat: add README.md
1 parent f112beb commit 7077d76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Calculadora em Python com POO
2+
3+
Para execultar o programa pelo Windows:
4+
5+
```bash
6+
python ./main.py
7+
```
8+
9+
Para execultar o programa pelo Linux:
10+
11+
```bash
12+
python3 ./main.py
13+
```

0 commit comments

Comments
 (0)