Add uwu in Perl
This commit is contained in:
parent
f3ae7b4b2b
commit
4fa80c1bb5
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ uwu in every programming language in the world
|
||||||
|
|
||||||
- [C](uwu.c)
|
- [C](uwu.c)
|
||||||
- [Javascript](uwu.js)
|
- [Javascript](uwu.js)
|
||||||
|
- [Perl](uwu.pl)
|
||||||
- [Python 1 & 2](uwu.py)
|
- [Python 1 & 2](uwu.py)
|
||||||
- [Python 3](uwu.py3)
|
- [Python 3](uwu.py3)
|
||||||
- [Ruby](uwu.rb)
|
- [Ruby](uwu.rb)
|
||||||
|
|
1
uwu.pl
Normal file
1
uwu.pl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
print "uwu\n";
|
Loading…
Reference in a new issue