Created
May 22, 2025 16:48
-
-
Save orodrigogo/f7f0db17256d0d3fc2b24921ce11611a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const productNames: string[] = [ | |
| "Arroz", | |
| "Feijão", | |
| "Macarrão", | |
| "Açúcar", | |
| "Sal", | |
| "Óleo de soja", | |
| "Café", | |
| "Leite", | |
| "Farinha de trigo", | |
| "Farinha de mandioca", | |
| "Pão de forma", | |
| "Biscoito", | |
| "Manteiga", | |
| "Margarina", | |
| "Queijo", | |
| "Presunto", | |
| "Ovos", | |
| "Batata", | |
| "Cebola", | |
| "Alho", | |
| "Tomate", | |
| "Cenoura", | |
| "Beterraba", | |
| "Abobrinha", | |
| "Chuchu", | |
| "Alface", | |
| "Couve", | |
| "Espinafre", | |
| "Repolho", | |
| "Maçã", | |
| "Banana", | |
| "Laranja", | |
| "Mamão", | |
| "Melancia", | |
| "Uva", | |
| "Pera", | |
| "Abacaxi", | |
| "Limão", | |
| "Morango", | |
| "Iogurte", | |
| "Requeijão", | |
| "Creme de leite", | |
| "Leite condensado", | |
| "Molho de tomate", | |
| "Extrato de tomate", | |
| "Milho verde", | |
| "Ervilha", | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment