DricomDragon 5 年 前
コミット
c1f57d8450
1 ファイル変更1 行追加0 行削除
  1. 1 0
      tripy.hs

+ 1 - 0
tripy.hs

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