Add uwu in Ballerina

skirts supremacy
This commit is contained in:
sech1p 2021-08-16 01:24:22 +02:00
parent 8b72d1488f
commit aa8062f95f
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 7 additions and 1 deletions

View File

@ -1,12 +1,13 @@
# uwu
uwu in every (soon™) programming language in the world (71 languages and keeps growing)
uwu in every (soon™) programming language in the world (72 languages and keeps growing)
## Languages
- [Ada](uwu.adb)
- [AppleScript](uwu.applescript)
- [AWK](uwu.awk)
- [Ballerina](uwu.bal)
- [Batch file](uwu.bat)
- [Bourne shell (sh)](uwu.sh)
- [B](uwu.b)

5
uwu.bal Normal file
View File

@ -0,0 +1,5 @@
import ballerina/io;
public function main() {
io:println("uwu");
}