Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Vitor' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfcisco committed Sep 23, 2022
2 parents 1fe3d40 + 3f68a5e commit 5c94105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mysetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ let create_alunos = [
db.alunos.insert({ RA: '22896419', Nome: 'João Vitor', Sobrenome:'Ferreira dos Santos' }),
db.alunos.insert({ RA: '165465644', Nome: 'Luís', Sobrenome:'Costa' }),
db.alunos.insert({ RA: '564564654', Nome: 'João', Sobrenome:'Vasconcelos' }),
db.alunos.insert({ RA: '22013635', Nome: 'Luis', Sobrenome:'Guilherme' })
db.alunos.insert({ RA: '22013635', Nome: 'Luis', Sobrenome:'Guilherme' }),
db.alunos.insert({ RA: '22023440', Nome: 'Vitor', Sobrenome:'Takei' })
]

printjson(create_alunos);
Expand Down

0 comments on commit 5c94105

Please sign in to comment.