5 lines
81 B
Text
5 lines
81 B
Text
import ballerina/io;
|
|
|
|
public function main() {
|
|
io:println("Hello world!");
|
|
}
|