Add uwu in Nim
This commit is contained in:
parent
63481ea326
commit
340549a772
2 changed files with 2 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)
|
||||||
|
- [Nim](uwu.nim)
|
||||||
- [Pascal](uwu.pas)
|
- [Pascal](uwu.pas)
|
||||||
- [Perl](uwu.pl)
|
- [Perl](uwu.pl)
|
||||||
- [Python 1 & 2](uwu.py)
|
- [Python 1 & 2](uwu.py)
|
||||||
|
|
1
uwu.nim
Normal file
1
uwu.nim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
echo "uwu"
|
Loading…
Reference in a new issue