This PR adds a new file, hello_world.py, in the root directory of the repository. The file contains a simple Python script that prints "Hello World" when executed.
Summary of Changes
Created a new file, hello_world.py, in the root directory.
Added a Python script to the file that prints "Hello World" when executed.
Fixes #3.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/add-hello-world
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds a new file,
hello_world.py
, in the root directory of the repository. The file contains a simple Python script that prints "Hello World" when executed.Summary of Changes
hello_world.py
, in the root directory.Fixes #3.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.