Skip to content

Instantly share code, notes, and snippets.

@ballerina-github-bot
Created November 22, 2023 23:39
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/98becb82d8e5a629e968b3099bc3bfdc to your computer and use it in GitHub Desktop.
Save ballerina-github-bot/98becb82d8e5a629e968b3099bc3bfdc to your computer and use it in GitHub Desktop.
Ballerina Playground
import ballerina/io;
public function main() {
io:println("Hello, World!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment