Maria Ivanova

37
reputation
6

Just a new soul in the world of coding...

for($i=1;$i <3; $i++){
    print(chr($i+1 <3 ?60:51));
}