diff --git a/subjects/office_worker/README.md b/subjects/office_worker/README.md index a7a2f026..461735e3 100644 --- a/subjects/office_worker/README.md +++ b/subjects/office_worker/README.md @@ -3,6 +3,7 @@ ### Instructions Create a structure `OfficeWorker` having the following public fields: + - `name` as `String`. - `age` as `u32`. - `role` as `WorkerRole`.