Add uwu in Pascal

This commit is contained in:
sech1p 2021-07-24 21:58:03 +02:00
parent 4fa80c1bb5
commit 63481ea326
2 changed files with 6 additions and 0 deletions

View File

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

5
uwu.pas Normal file
View File

@ -0,0 +1,5 @@
program uwu;
begin
writeln('uwu');
end.