From aeb98583432fb70956f5c49dc279d1f5b88b02a1 Mon Sep 17 00:00:00 2001 From: sech1p Date: Sun, 25 Jul 2021 15:01:29 +0200 Subject: [PATCH] Add uwu in PowerShell --- README.md | 1 + uwu.ps1 | 1 + 2 files changed, 2 insertions(+) create mode 100644 uwu.ps1 diff --git a/README.md b/README.md index fb31a54..d1377af 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ uwu in every programming language in the world - [Pascal](uwu.pas) - [Perl](uwu.pl) - [PHP](uwu.php) +- [PowerShell](uwu.ps1) - [Python 1 & 2](uwu.py) - [Python 3](uwu.py3) - [Ruby](uwu.rb) diff --git a/uwu.ps1 b/uwu.ps1 new file mode 100644 index 0000000..c51ca62 --- /dev/null +++ b/uwu.ps1 @@ -0,0 +1 @@ +Write-Host "uwu"