add_employee
Add a new employee to the system with a default leave balance of 10 and an empty leave history.
Instructions
Add a new employee to the employees data with default balance 10 and history value []
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |