/ hello-world / b / Ballerina.bal
Ballerina.bal
1  import ballerina/io;
2  
3  public function main() {
4      io:println("Hello World");