浏览代码

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`