Last active
February 2, 2022 12:40
-
-
Save v1kko/249e9ce0eca6fcdf2fe181da861cb215 to your computer and use it in GitHub Desktop.
code_5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program main | |
implicit none | |
call hello_world("You there") | |
contains | |
include 'hello_world.f90' | |
end program |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment