Add uwu in Groovy
This commit is contained in:
parent
405acf3c27
commit
ac2ad10e83
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# uwu
|
||||
|
||||
uwu in every (soon™️) programming language in the world (69 languages and keeps growing)
|
||||
uwu in every (soon™️) programming language in the world (70 languages and keeps growing)
|
||||
|
||||
## Languages
|
||||
|
||||
|
@ -32,6 +32,7 @@ uwu in every (soon™️) programming language in the world (69 languages and ke
|
|||
- [Forth](uwu.forth)
|
||||
- [Fortran](uwu.f)
|
||||
- [Go](uwu.go)
|
||||
- [Groovy](uwu.groovy)
|
||||
- [Haskell](uwu.hs)
|
||||
- [Java](uwu.java)
|
||||
- [Javascript](uwu.js)
|
||||
|
|
1
uwu.groovy
Normal file
1
uwu.groovy
Normal file
|
@ -0,0 +1 @@
|
|||
println "uwu"
|
Loading…
Reference in a new issue