Repeat a string: Difference between revisions

(→‎{{header|Common Lisp}}: repeated concatenation is likely O(n^2); replaced with string-stream)
Line 14:
hahahahaha
</pre>
=={{header|ALGOL 68}}==
<lang algol68>print (5 * "ha")
</lang>
 
=={{header|C}}==
<lang c>#include <stdio.h>
Anonymous user