Skip to content

Instantly share code, notes, and snippets.

@andersx
Created December 28, 2016 14:13
Show Gist options
  • Select an option

  • Save andersx/91fc25c634a06b67d0992b359a2475a6 to your computer and use it in GitHub Desktop.

Select an option

Save andersx/91fc25c634a06b67d0992b359a2475a6 to your computer and use it in GitHub Desktop.
Unicode test F90
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