Skip to content

Instantly share code, notes, and snippets.

@eduardoslompo
Created October 13, 2011 23:40
Show Gist options
  • Save eduardoslompo/1285847 to your computer and use it in GitHub Desktop.
Save eduardoslompo/1285847 to your computer and use it in GitHub Desktop.
PHP
<?php
$a=5;
$b=5;
$s=$a*$b;
echo $s;
?>
@valdiney
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment