Skip to content

Commit

Permalink
Criação de código
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique committed Feb 7, 2020
1 parent 7ae56f4 commit f44f781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions banco.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

require_once 'src/Conta.php';

$primeiraConta = new Conta();
$primeiraConta->depositar(500);
$primeiraConta->sacar(300); //Isso é ok

0 comments on commit f44f781

Please sign in to comment.