Skip to content

Instantly share code, notes, and snippets.

@ballerina-github-bot
ballerina-github-bot / hello_world.bal
Created November 17, 2019 17:49
Ballerina Hello World
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 05:50
Playground Hello
import ballerina/io;
public function main() {
io:println("Hello from Playground!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:08
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
io:println("My First Ballerina App!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:14
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
io:println("My First Ballerina App!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:15
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
io:println("My First Ballerina App!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:15
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
io:println("My First Ballerina App!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:19
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:46
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Me!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:51
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Me!");
}
@ballerina-github-bot
ballerina-github-bot / play.bal
Created November 18, 2019 12:51
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Me!");
}