Add uwu in PHP

This commit is contained in:
sech1p 2021-07-24 22:34:27 +02:00
parent 90d46b169e
commit 006952100c
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ uwu in every programming language in the world
- [Nim](uwu.nim)
- [Pascal](uwu.pas)
- [Perl](uwu.pl)
- [PHP](uwu.php)
- [Python 1 & 2](uwu.py)
- [Python 3](uwu.py3)
- [Ruby](uwu.rb)

1
uwu.php Normal file
View File

@ -0,0 +1 @@
<?php echo "uwu\n"; ?>