Add uwu in Scala
This commit is contained in:
parent
cfed3d352d
commit
4bdf5dc780
2 changed files with 5 additions and 1 deletions
|
@ -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
3
uwu.scala
Normal file
|
@ -0,0 +1,3 @@
|
|||
object uwu extends App {
|
||||
println("uwu")
|
||||
}
|
Loading…
Reference in a new issue