This pull request completes the HW0 assignment by forking the repository, making changes to the README, and pushing the updates.
- Updated the README with course information.
- Committed and pushed changes.
- Basics of Git and GitHub (forking, committing, pushing).
- How to open a pull request.
- Need more practice with resolving merge conflicts.
Bold Text
Italic Text
Strikethrough
- Bullet point 1
- Bullet point 2
- Nested point
- Numbered item 1
- Numbered item 2
This is a blockquote example.
Inline code: print("Hello, world!")
# Python code block example
def greet():
print("Hello, world!")