5 lines
82 B
Fortran
5 lines
82 B
Fortran
program test_repeat
|
|
|
|
write (*, '(a)') repeat ('ha', 5)
|
|
|
|
end program test_repeat
|