Add uwu in Perl

This commit is contained in:
sech1p 2021-07-24 21:54:24 +02:00
parent f3ae7b4b2b
commit 4fa80c1bb5
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ uwu in every programming language in the world
- [C](uwu.c)
- [Javascript](uwu.js)
- [Perl](uwu.pl)
- [Python 1 & 2](uwu.py)
- [Python 3](uwu.py3)
- [Ruby](uwu.rb)

1
uwu.pl Normal file
View File

@ -0,0 +1 @@
print "uwu\n";