This PR adds a simple "Hello, World!" program to the root directory of the repository. The program is written in Python and prints "Hello, World!" to the console. This change fulfills the requirement mentioned in issue #3.
Summary of Changes
Created a new file hello_world.py in the root directory.
Added a Python program that prints "Hello, World!" to the console.
The program consists of a single line: print("Hello, World!").
This change ensures that the repository now contains a "Hello, World!" program in the root directory.
Please review and merge this PR. Thank you!
Fixes #3.
To checkout this PR branch, run the following command in your terminal:
git checkout {pull_request.branch_name}
🎉 Latest mprovements to Sweep:
Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
We launched our browser extension making it faster to make Sweep issues.
We released a demo of our chunker, where you can find the corresponding blog and code.
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR adds a simple "Hello, World!" program to the root directory of the repository. The program is written in Python and prints "Hello, World!" to the console. This change fulfills the requirement mentioned in issue #3.
Summary of Changes
hello_world.py
in the root directory.print("Hello, World!")
.Please review and merge this PR. Thank you!
Fixes #3.
To checkout this PR branch, run the following command in your terminal:
🎉 Latest mprovements to Sweep:
💡 To get Sweep to edit this pull request, you can: