mirror of
				https://github.com/gnh1201/welsonjs.git
				synced 2025-10-30 20:41:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			104 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			104 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| let message: string = 'Hello, World!';
 | |
| 
 | |
| function main(args) {
 | |
|     console.log(message);
 | |
| }
 | |
| 
 | |
| export {main} |