Skip to content

Instantly share code, notes, and snippets.

@pramodya1994
Last active May 4, 2022 18:13
Show Gist options
  • Save pramodya1994/3f05b41439791a11fd764435459ca257 to your computer and use it in GitHub Desktop.
Save pramodya1994/3f05b41439791a11fd764435459ca257 to your computer and use it in GitHub Desktop.
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