program flip
implicit none
character(len=*), parameter :: text = 'github_gall'
write(*, '(t1 , *(tl2, a))') text
write(*, '(t13, *(tl2, a))') transfer(text, ' ', len(text))
end program flip
뒤집어
보았읍니다
감사함미다
Github 이야기: git commit -v
잘했읍니다
.chars().rev().collect()