Add uwu in Tcl
This commit is contained in:
parent
4ad153f11f
commit
3b8aa15354
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# uwu
|
||||
|
||||
uwu in every (soon™️) programming language in the world (62 languages and keeps growing)
|
||||
uwu in every (soon™️) programming language in the world (63 languages and keeps growing)
|
||||
|
||||
## Languages
|
||||
|
||||
|
@ -52,6 +52,7 @@ uwu in every (soon™️) programming language in the world (62 languages and ke
|
|||
- [Scheme](uwu.scm)
|
||||
- [sed](uwu.sed)
|
||||
- [Swift](uwu.swift)
|
||||
- [Tcl](uwu.tcl)
|
||||
- [Vala](uwu.vala)
|
||||
- [Vim script](uwu.vim)
|
||||
- [Visual Basic .NET](uwu.vbnet)
|
||||
|
|
1
uwu.tcl
Normal file
1
uwu.tcl
Normal file
|
@ -0,0 +1 @@
|
|||
puts "uwu"
|
Loading…
Reference in a new issue