Add uwu in Pascal
This commit is contained in:
parent
4fa80c1bb5
commit
63481ea326
2 changed files with 6 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)
|
||||||
|
- [Pascal](uwu.pas)
|
||||||
- [Perl](uwu.pl)
|
- [Perl](uwu.pl)
|
||||||
- [Python 1 & 2](uwu.py)
|
- [Python 1 & 2](uwu.py)
|
||||||
- [Python 3](uwu.py3)
|
- [Python 3](uwu.py3)
|
||||||
|
|
5
uwu.pas
Normal file
5
uwu.pas
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
program uwu;
|
||||||
|
|
||||||
|
begin
|
||||||
|
writeln('uwu');
|
||||||
|
end.
|
Loading…
Reference in a new issue