Add uwu in R
This commit is contained in:
parent
afdccc951a
commit
24f4cb22e1
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,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)
|
||||||
|
- [R](uwu.r)
|
||||||
- [Rexx](uwu.rexx)
|
- [Rexx](uwu.rexx)
|
||||||
- [Ruby](uwu.rb)
|
- [Ruby](uwu.rb)
|
||||||
- [sed](uwu.sed)
|
- [sed](uwu.sed)
|
||||||
|
|
1
uwu.r
Normal file
1
uwu.r
Normal file
|
@ -0,0 +1 @@
|
||||||
|
cat("uwu");
|
Loading…
Reference in a new issue