Skip to content

Instantly share code, notes, and snippets.

@v1kko
Last active February 2, 2022 12:23
Show Gist options
  • Save v1kko/c853a21b214ae5d63417ae18552c37b6 to your computer and use it in GitHub Desktop.
Save v1kko/c853a21b214ae5d63417ae18552c37b6 to your computer and use it in GitHub Desktop.
code_1
subroutine hello_world(name)
write(*,*) "Hello World: ", name
end subroutine
program main
call hello_world("You there")
end program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment