November 2018
Intermediate to advanced
390 pages
10h 8m
English
The following is the standard Ballerina hello program that shows how to print. Create a file using vim and run the hello.bal command:
//#vim hello.bal//Ballerina base library for Input/Output messagesimport ballerina/io;// function main()public function main(){ io:println("You are reading PacktPub Hello example! "); io:println("-------- Program End -------");}
Read now
Unlock full access