Created
August 14, 2012 23:12
-
-
Save certik/3353798 to your computer and use it in GitHub Desktop.
Unicode in Fortran
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
character(len=:), allocatable :: x | |
x = "Ondřej Čertík" | |
print *, x | |
end |
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
Ondřej Čertík |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment