Explorar el Código

Reproup a haskell section in readme

DricomDragon hace 5 años
padre
commit
73c5fc2166
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  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`