Ver Fonte

Add elementary ghc usages

DricomDragon há 5 anos atrás
pai
commit
e27b68d87c
1 ficheiros alterados com 9 adições e 1 exclusões
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,3 +1,11 @@
 # HaskellPlayground
 
-Experiment with Haskell language.
+Experiment with Haskell language.
+
+## Compile
+
+`ghc mymainfile`
+
+## Interactive
+
+`ghci mymainfile`