Skip to content

Instantly share code, notes, and snippets.

@v1kko
Last active February 2, 2022 12:40
Show Gist options
  • Save v1kko/249e9ce0eca6fcdf2fe181da861cb215 to your computer and use it in GitHub Desktop.
Save v1kko/249e9ce0eca6fcdf2fe181da861cb215 to your computer and use it in GitHub Desktop.
code_5
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