xhads/source/ai.f90

9 lines
175 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!"
print *
2024-02-15 21:03:09 -05:00
end subroutine fairy_synchronize