DricomDragon 5 anni fa
parent
commit
c1f57d8450
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tripy.hs

+ 1 - 0
tripy.hs

@@ -0,0 +1 @@
+square n = [x * x | x <- [1..n]]