mmo-project/fortran/server/test/server_test.f90

7 lines
151 B
Fortran
Raw Normal View History

program main
use iso_fortran_env
implicit none
write(output_unit, "(i3, 1x, a24, 1x, f8.2, 1x, f8.2)") 0, 'chakr', 0.0, 0.0
end program main