texte = "La, ca marche bien."
texteLen = string.len(texte)
Xpos = 51 / 2 - texteLen / 2
term.setCursorPos(Xpos,11)
print(texte)

return 0
