Add uwu in Rexx
This commit is contained in:
parent
908c322be0
commit
457ed7437a
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ uwu in every programming language in the world
|
||||||
- [PowerShell](uwu.ps1)
|
- [PowerShell](uwu.ps1)
|
||||||
- [Python 1 & 2](uwu.py)
|
- [Python 1 & 2](uwu.py)
|
||||||
- [Python 3](uwu.py3)
|
- [Python 3](uwu.py3)
|
||||||
|
- [Rexx](uwu.rexx)
|
||||||
- [Ruby](uwu.rb)
|
- [Ruby](uwu.rb)
|
||||||
- [Vim script](uwu.vim)
|
- [Vim script](uwu.vim)
|
||||||
- [Visual Basic .NET](uwu.vbnet)
|
- [Visual Basic .NET](uwu.vbnet)
|
||||||
|
|
1
uwu.rexx
Normal file
1
uwu.rexx
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SAY "uwu"
|
Loading…
Reference in a new issue