aboutsummaryrefslogtreecommitdiff
path: root/src/main.f90
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.f90')
-rw-r--r--src/main.f907
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.f90 b/src/main.f90
deleted file mode 100644
index 4610008..0000000
--- a/src/main.f90
+++ /dev/null
@@ -1,7 +0,0 @@
-program nbody
- use common
- use simulation
- implicit none
-
- write (stdout, '(a)') 'Hello World!'
-end program nbody