Skip to content

Commit

Permalink
色をgreenに変えた
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu09 committed Dec 4, 2023
1 parent 32e6d22 commit 7a8547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/tree.rb
Expand Up @@ -13,7 +13,7 @@ def draw
x = 0
for xIndex in 0..width
y = 0
fill("black")
fill("green")

for yIndex in 0..height
if yIndex.even?
Expand Down

0 comments on commit 7a8547d

Please sign in to comment.