diff --git a/.gitignore b/.gitignore index bee8a64..08e511d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__ +/.vs diff --git a/main.py b/main.py index af23184..9ad0197 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,12 @@ s = 'nothing' - +# PR gets merged +# another pr gets merged print('\nThis is our haiku:\n') print(s) + +#new sprint +#first PR +#second PR + +# i branch from main and start working +#its time to send \ No newline at end of file