Skip to content

Instantly share code, notes, and snippets.

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