-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregras.txt
More file actions
20 lines (20 loc) · 924 Bytes
/
regras.txt
File metadata and controls
20 lines (20 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if 'Brasileira' and 'menos10' then 'Salada de bifum'.
if 'FastFood' and 'maior18' and 'Masculino' then 'Big Mac'.
if 'Japonesa' and 'maior18' then 'Kare'.
if 'Indiana' and 'Feminino' then 'Arroz pulao'.
if 'FastFood' and 'maior18' then 'Amburguer'.
if 'Italiana' and 'Vegetariana' then 'Massa carbonara vegetariana'.
if 'Chinesa' and 'Feminino' then 'Pin em japA'.
if 'Italiana' and 'Vegan' then 'Macarrao vegano'.
if 'Italiana' then 'Massa'.
if 'Tradicional' then 'Feijoada a transmontana'.
if 'Chinesa' then 'Suchi'.
if 'Indiana' then 'Couve flor indiana'.
if 'Vegan' and 'maior18' then 'Dobradinha de linguiça vegana'.
if 'FastFood' and 'Feminino' then 'Francesinha sem gluten'.
if 'Vegetariana' and 'Tailandesa' and 'Masculino' then 'Sanduiche de bringela e tomata'.
if 'Japonesa' then 'Sushi salmao'.
if 'Vegan' then 'Pizza vegan'.
if 'menor18' then 'Pizza'.
if 'Masculino' and 'Normal' then 'Rojoes'.
else 'Picanha'.