class Lifegame attr_accessor :cells def initialize(y = 0,x = 0) @cells = Array.new(y) { Array.new(x,0) } end
class Lifegame attr_accessor :cells def initialize(y = 0,x = 0) @cells = Array.new(y) { Array.new(x,0) } end
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く