Skip to content

Instantly share code, notes, and snippets.

@rasoulvatanparast
Created March 31, 2019 16:19
Show Gist options
  • Save rasoulvatanparast/82bb2bf555381953d9a315268c7c1125 to your computer and use it in GitHub Desktop.
Save rasoulvatanparast/82bb2bf555381953d9a315268c7c1125 to your computer and use it in GitHub Desktop.
<?php
$x=5;
$y=7;
$sum=$x+$y;
echo $sum;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment