Add uwu in Scala

This commit is contained in:
sech1p 2021-08-13 23:47:20 +02:00
parent cfed3d352d
commit 4bdf5dc780
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every (soon™) programming language in the world (65 languages and keeps growing)
uwu in every (soon™) programming language in the world (66 languages and keeps growing)
## Languages
@ -50,6 +50,7 @@ uwu in every (soon™) programming language in the world (65 languages and ke
- [R](uwu.r)
- [Rexx](uwu.rexx)
- [Ruby](uwu.rb)
- [Scala](uwu.scala)
- [Scheme](uwu.scm)
- [sed](uwu.sed)
- [Swift](uwu.swift)

3
uwu.scala Normal file
View File

@ -0,0 +1,3 @@
object uwu extends App {
println("uwu")
}