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