# Section IV - Creating a Hello World RESTful Endpoint

In this section, we will be creating a Hello World RESTful Endpoint. This will require us to modify the following files:

* `Cargo.toml` (manifest)
* `src/lib.rs` (library)
* `src/hello_world.rs` (module)
* `src/bin/hello-world.rs` (executable)
