2 lines
33 B
Vala
2 lines
33 B
Vala
|
|
string s = string.nfill(5, 'c');
|
|
|
string s = string.nfill(5, 'c');
|