Last active
November 16, 2021 11:24
-
-
Save pramodya1994/60aaa5095af23cf31e9988d7c0959a65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ballerina/io; | |
import pramodya/greetings; | |
// Prints `Hello World`. | |
public function main() { | |
io:println(greetings:sayHello("Doe")); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment