aboutsummaryrefslogtreecommitdiff
path: root/src/main.f90
blob: 46100081ed46e7e3f33d41f9f20590db0d938e8e (plain)
1
2
3
4
5
6
7
program nbody
  use common
  use simulation
  implicit none

  write (stdout, '(a)') 'Hello World!'
end program nbody