mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			Scala
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			Scala
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| exec scala "$0" "$@"
 | |
| !#
 | |
| 
 | |
| object HelloWorld {
 | |
|   def main(args: Array[String]) {
 | |
|     println("Hello, world!")
 | |
|   }
 | |
| }
 |