Browse Source

Square list

DricomDragon 5 years ago
parent
commit
c1f57d8450
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tripy.hs

+ 1 - 0
tripy.hs

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