mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
* Add Ballerina language * Add missing file * Update color * Update with required changes * Update sub-module
7 lines
103 B
Ballerina
7 lines
103 B
Ballerina
import ballerina.lang.system;
|
|
|
|
function main (string[] args) {
|
|
system:println("Hello, World!");
|
|
}
|
|
|