Advertisement
ghsa

Untitled

Apr 26th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. // Código de Testes
  4.  
  5. $var = 2;
  6.  
  7. $var_soma = $var*$var;
  8.  
  9. echo $var_soma;
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement