xhads/source/ai.f90

9 lines
175 B
Fortran

subroutine fairy_synchronize (level)
implicit none
integer, intent (in) :: level
write (*, '(a)', advance='no') "Heyo Fortran!"
print *
end subroutine fairy_synchronize