Salles-FA / test-practicum

0 stars 0 forks source link

Add ability to have different dishes in the morning and at night (See sample input/output below) #3

Closed Salles-FA closed 1 year ago

Salles-FA commented 1 year ago

Sample Input and Output:

Input Output
morning, 1, 2, 3 egg,toast,coffee
Morning,3,3,3 coffee(x3)
morning ,1,3,2,3 egg,toast,coffee(x2)
morning, 1, 2, 2 error
morning, 1, 2, 4 error
evening,1, 2, 3, 4 steak,potato,wine,cake
Evening,1, 2, 2, 4 steak,potato(x2),cake
evening,1, 2, 3, 5 error
evening,1, 3, 2, 3 error