xhads/source/ai.f90

8 lines
166 B
Fortran
Raw Normal View History

2024-02-15 21:03:09 -05:00
subroutine fairy_synchronize (level)
implicit none
integer, intent (in) :: level
write (*, '(a)', advance='no') "Heyo Fortran!"
end subroutine fairy_synchronize