update
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import example
|
||||
example.hello()
|
@@ -0,0 +1,3 @@
|
||||
subroutine hello()
|
||||
print *, "Hello from Fortran!"
|
||||
end subroutine hello
|
Reference in New Issue
Block a user