소스 검색

Reproup a haskell section in readme

DricomDragon 5 년 전
부모
커밋
73c5fc2166
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -2,10 +2,12 @@
 
 Experiment with Haskell language.
 
-## Compile
+## Work with Haskell
+
+### Compile
 
 `ghc mymainfile`
 
-## Interactive
+### Interactive
 
 `ghci mymainfile`