aboutsummaryrefslogtreecommitdiff
path: root/src/main.f90
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-04-21 21:51:54 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-04-21 21:51:54 +0200
commit8e30cb8d4c1caffc2d877bec6975f1539fc193d3 (patch)
tree8905bee94de16b725fc0dd9f80e836eac87dc682 /src/main.f90
* Initial commit
Diffstat (limited to 'src/main.f90')
-rw-r--r--src/main.f907
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.f90 b/src/main.f90
new file mode 100644
index 0000000..4610008
--- /dev/null
+++ b/src/main.f90
@@ -0,0 +1,7 @@
+program nbody
+ use common
+ use simulation
+ implicit none
+
+ write (stdout, '(a)') 'Hello World!'
+end program nbody