Skip to content

Instantly share code, notes, and snippets.

@Joseph-Bake
Joseph-Bake / gasshuku.hs
Created January 26, 2017 20:22
合宿問題
import Graphics.Gloss
main :: IO()
main =
animate
(InWindow "合宿問題" (xsize,ysize) (200,200))
white
drawFunc
drawFunc t = pictures [funcs n t | n <- [1..5]]
@Joseph-Bake
Joseph-Bake / input output
Created January 23, 2017 16:20
練習プログラムその1
入力
3
出力
(><)/ wahoo!
(><)/ wahoo!!
(><)/ wahoo!!!
good bye
@Joseph-Bake
Joseph-Bake / plotrk.png
Last active January 23, 2017 16:06
練習プログラムその2(Haskellでルンゲクッタ)
plotrk.png