updated the path
Updated the path
Refer the below screesnhot
Requesting for review
I do not think this change is needed because the instructions in Chapter 1.1 are describing the process for compiling a Rust program from a single .rs file using rustc, not using cargo in a project with the src directory. The instructions say to create the .rs file directly in the hello_world directory and do not mention placing it in a directory called src, so changing this line to include src would make it incorrect.
Also, changes to this repository should be made in the src/ directory, not in the nostarch/ directory. See the top of the file:
<!-- DO NOT EDIT THIS FILE.
This file is periodically generated from the content in the `/src/`
directory, so all fixes need to be made in `/src/`.
Also see CONTRIBUTING.md#Where to Edit
Thanks for the PR! As @matthewjnield notes, this is actually not needed (as well as not being in the right spot), so I am going to go ahead and close the PR.