5 lines
96 B
Text
5 lines
96 B
Text
import ballerina/io;
|
|
|
|
public function main() {
|
|
io:fprintln(io:stderr, "Goodbye, World!");
|
|
}
|