summaryrefslogtreecommitdiff
path: root/main.f90
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-04-06 02:40:04 -0400
committerConnor Moore <connor@hhmoore.ca>2026-04-06 02:40:04 -0400
commit6ff79a7e1002e4e487d9d39090360be1114ebfc8 (patch)
tree77aa11b305fdefb84ed9c5a703ccf145955d3ff3 /main.f90
Initial commit
Diffstat (limited to 'main.f90')
-rw-r--r--main.f907
1 files changed, 7 insertions, 0 deletions
diff --git a/main.f90 b/main.f90
new file mode 100644
index 0000000..05f5219
--- /dev/null
+++ b/main.f90
@@ -0,0 +1,7 @@
+program main
+
+ use, intrinsic :: iso_fortran_env
+ implicit none
+
+
+end program main