diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-06 02:40:04 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-06 02:40:04 -0400 |
| commit | 6ff79a7e1002e4e487d9d39090360be1114ebfc8 (patch) | |
| tree | 77aa11b305fdefb84ed9c5a703ccf145955d3ff3 /main.f90 | |
Initial commit
Diffstat (limited to 'main.f90')
| -rw-r--r-- | main.f90 | 7 |
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 |
