This commit is contained in:
2025-07-24 17:31:48 +08:00
parent 8423da7ddc
commit dcf1f324ce
6 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import example
example.hello()

View File

@@ -0,0 +1,3 @@
subroutine hello()
print *, "Hello from Fortran!"
end subroutine hello