Created
December 28, 2016 14:13
-
-
Save andersx/91fc25c634a06b67d0992b359a2475a6 to your computer and use it in GitHub Desktop.
Unicode test F90
This file contains hidden or 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 test | |
| use, intrinsic :: iso_fortran_env, only : stdout=>output_unit, & | |
| stderr=>error_unit | |
| implicit none | |
| write (stdout, *) "Copyright (c) 2017, ΦΨ Quantum Mechanics Inc." | |
| end program test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment