uwu/uwu.bal
2021-08-16 01:24:22 +02:00

5 lines
70 B
Ballerina

import ballerina/io;
public function main() {
io:println("uwu");
}