doc: french doc "développez en Nit"
[nit.git] / doc / developpez / poo / listings / attribut1_c.nit
1 class MaClasse
2 var monAttribut1: Int
3 var monAttribut2: String
4 end