Fix syntax issue in Ballerina.bal (#1325)

This commit is contained in:
Anupama Pathirage
2022-02-18 02:59:08 +05:30
committed by GitHub
parent b6ce07f7eb
commit 3a6b247ad1

View File

@@ -2,3 +2,4 @@ import ballerina/io;
public function main() {
io:println("Hello World");
}