4 lines
68 B
Text
4 lines
68 B
Text
|
|
#include <String.au3>
|
||
|
|
|
||
|
|
ConsoleWrite(_StringRepeat("ha", 5) & @CRLF)
|