diff --git a/01.py b/01.py index 5a9ec89..3593300 100644 --- a/01.py +++ b/01.py @@ -1 +1,4 @@ -print("Hello git") \ No newline at end of file +print("Hello git") + +for i in range(5): + print(i) \ No newline at end of file diff --git a/02.py b/02.py new file mode 100644 index 0000000..39a16b9 --- /dev/null +++ b/02.py @@ -0,0 +1 @@ +print("hello 2") \ No newline at end of file diff --git a/README.md b/README.md index 495ed49..c95e9f1 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,6 @@ Malý repozitář, pro procvičení práce s gitem **git commit -m "TEXT"** - priprava na odeslání -**git push** - nahrání na git \ No newline at end of file +**git push** - nahrání na git + +### ODKAZY \ No newline at end of file