Skip to content

Instantly share code, notes, and snippets.

@movahhedi
Last active May 15, 2023 06:31
Show Gist options
  • Save movahhedi/5e4b29a26785f808e5c6d8cb864316d2 to your computer and use it in GitHub Desktop.
Save movahhedi/5e4b29a26785f808e5c6d8cb864316d2 to your computer and use it in GitHub Desktop.
Just a Hello World!

Hello, World!

سلام دنیا!

Just a Hello World:

<?php
echo "Hello, World!";
?>
<?php
for (int i = 0; i < 5; i++ ) {
echo "Hello, World!";
}
?>
@movahhedi
Copy link
Author

کامنت اول 😆

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