Skip to content

Instantly share code, notes, and snippets.

@ballerina-github-bot
Created October 17, 2023 09:17
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/96d3f587551678c609af2b7ccd8438c6 to your computer and use it in GitHub Desktop.
Save ballerina-github-bot/96d3f587551678c609af2b7ccd8438c6 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