Skip to content

Instantly share code, notes, and snippets.

@Inclushe
Last active February 14, 2019 23:28
Show Gist options
  • Save Inclushe/014c9de864c1169a1d43874a76ff8edc to your computer and use it in GitHub Desktop.
Save Inclushe/014c9de864c1169a1d43874a76ff8edc to your computer and use it in GitHub Desktop.
Grand Dad in Fortran 95
program main
implicit none
character(len = *), parameter :: message = '電視瑪琍 GRAND DAD 7'
print *, message
end program main
main:
gfortran grand.f95 -o ./grand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment