Explorar el Código

Create first compiling haskell file

DricomDragon hace 5 años
padre
commit
6083b6e250
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      t1.hs

+ 4 - 0
t1.hs

@@ -0,0 +1,4 @@
+f n = n * n
+
+main :: IO ()
+main = print ( f 5 )