xhads/source/ai.f90

9 lines
177 B
Fortran
Raw Normal View History

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