aboutsummaryrefslogtreecommitdiff
path: root/src/simulation.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/simulation.f90
* Initial commit
Diffstat (limited to 'src/simulation.f90')
-rw-r--r--src/simulation.f904
1 files changed, 4 insertions, 0 deletions
diff --git a/src/simulation.f90 b/src/simulation.f90
new file mode 100644
index 0000000..bb5c408
--- /dev/null
+++ b/src/simulation.f90
@@ -0,0 +1,4 @@
+module simulation
+ implicit none
+
+end module simulation