This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
CNI
/
HaskellCourse
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Create first compiling haskell file
DricomDragon
%!s(int64=5) %!d(string=hai) anos
pai
699f3de6df
achega
6083b6e250
Modificáronse 1 ficheiros
con
4 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
4
0
t1.hs
+ 4
- 0
t1.hs
Ver ficheiro
@@ -0,0 +1,4 @@
+f n = n * n
+
+main :: IO ()
+main = print ( f 5 )