From 63481ea3263c8ec0c8a5888356c8924700c45e86 Mon Sep 17 00:00:00 2001 From: sech1p Date: Sat, 24 Jul 2021 21:58:03 +0200 Subject: [PATCH] Add uwu in Pascal --- README.md | 1 + uwu.pas | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 uwu.pas diff --git a/README.md b/README.md index ffe5e44..c3502d1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/uwu.pas b/uwu.pas new file mode 100644 index 0000000..1e60f5c --- /dev/null +++ b/uwu.pas @@ -0,0 +1,5 @@ +program uwu; + +begin + writeln('uwu'); +end.