diff --git a/team-folder/check2.py b/team-folder/check2.py new file mode 100644 index 0000000..a20ee69 --- /dev/null +++ b/team-folder/check2.py @@ -0,0 +1,5 @@ +#check it + +test = "test" + +print("test") diff --git a/team-folder/hello.py b/team-folder/hello.py new file mode 100644 index 0000000..3611156 --- /dev/null +++ b/team-folder/hello.py @@ -0,0 +1,3 @@ +print("git test hello") + +num = 2 + 2