Initial commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								app/Main.hs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								app/Main.hs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
module Main where
 | 
			
		||||
 | 
			
		||||
import qualified MyLib (someFunc)
 | 
			
		||||
 | 
			
		||||
main :: IO ()
 | 
			
		||||
main = do
 | 
			
		||||
  putStrLn "Hello, Haskell!"
 | 
			
		||||
  MyLib.someFunc
 | 
			
		||||
		Reference in New Issue
	
	Block a user