Skip to content

Instantly share code, notes, and snippets.

@pramodya1994
Last active November 16, 2021 11:24
Show Gist options
  • Save pramodya1994/60aaa5095af23cf31e9988d7c0959a65 to your computer and use it in GitHub Desktop.
Save pramodya1994/60aaa5095af23cf31e9988d7c0959a65 to your computer and use it in GitHub Desktop.
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