5 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			Haskell
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			Haskell
		
	
	
	
	
	
module Main where
 | 
						|
 | 
						|
import System.Environment
 | 
						|
 | 
						|
main = getExecutablePath >>= putStrLn
 |