mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +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!");
 | 
						|
}
 | 
						|
 |