main Program

Contents

Source Code


Source Code

program main
  implicit none

  print *, "hello from project easy"
end program main