Skip to content

Instantly share code, notes, and snippets.

@ballerina-github-bot
Created October 20, 2020 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ballerina-github-bot/327f9a110f16ed3eeded8605f982c106 to your computer and use it in GitHub Desktop.
Save ballerina-github-bot/327f9a110f16ed3eeded8605f982c106 to your computer and use it in GitHub Desktop.
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello Ballerina!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment