Skip to content
Snippets Groups Projects
Commit 9b597ae5 authored by Yann Roberge's avatar Yann Roberge
Browse files

Correctif: alignement des lignes

parent 550a736e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ function main()
print("Colonnes:", arg[2])
n = arg[2]
print("--")
turtle.forward()
carreler(m, n)
end
......@@ -31,10 +32,10 @@ function carreler(m, n)
end
function carrelerLigne(m)
for i=1,m,1
for i=1,(m-1),1
do
turtle.forward()
turtle.placeDown()
turtle.forward()
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment