import ballerina.lang.system; function main (string[] args) { system:println("Hello, World!"); }