print*, 'hoge'
print*, 12      ! 整数
print*, 3.14    ! 単精度浮動小数点数
print*, 0.84d0  ! 倍精度浮動小数点数
print*, 'hoge', 'fuga', 12, 3.14, 0.84d0