From 8e30cb8d4c1caffc2d877bec6975f1539fc193d3 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Sun, 21 Apr 2024 21:51:54 +0200 Subject: * Initial commit --- src/main.f90 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.f90 (limited to 'src/main.f90') 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 -- cgit v1.2.3