RosettaCodeData/Task/Repeat-a-string/V-(Vlang)/repeat-a-string.v

2 lines
24 B
Coq
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
println('ha'.repeat(5))