Module gwAccountConnector

self1/gwAccountConnector

1.0.1
Package Overview

This package provides a simple function to print "Hello, World!" to the command line. Additionally, you can provide a name to the function to print a personalized greeting.

Usage

Importing the Package

Copy
import ballerina/io;
import self1/gwAccountConnector;

Using the hello Function

Copy
public function main() {
    string greeting = exavalu1:hello("Ballerina");
    io:println(exavalu1:hello("Ballerina")); // Output: Hello, Ballerina
}

You can call the hello function without any arguments to get the default greeting:

Copy
public function main() {
    string greeting = exavalu1:hello();
    io:println(greeting); // Output: Hello, World!
}

Import

import self1/gwAccountConnector;Copy

Other versions

1.0.1

1.0.0

Metadata

Released date: 3 months ago

Version: 1.0.1


Compatibility

Platform: any

Ballerina version: 2201.13.1

GraalVM compatible: Yes


Pull count

Total: 2

Current verison: 1


Weekly downloads