This project is a simple “Hello World” program created to establish my development environment and practice the workflow of publishing software. As a software engineer in training, my goal is to build a foundation for future modules by successfully setting up GitHub, writing code, and documenting my work.
The software prints “Hello World” to the screen. This classic program demonstrates that my tools are configured correctly and that I can run and share code publicly.
Purpose: To confirm my environment setup, practice GitHub publishing, and prepare for more complex modules later in the course.
print("Hello World"))