fortran66のブログ

fortran について書きます。Amazonのアソシエイトとして収入を得ています。

【メモ帳】Fortran online コンパイラ

mycompiler.io

使い良くて人気が出ると潰れてしまいがちなオンライン・コンパイラですが、また良さげなのが出てきました。

www.mycompiler.io

ネタ元:https://x.com/sanohito1968196/status/1897610302403064012

info には gfortran 11.2.0 と書いてありますが、Fortran 実行させてみると 11.4.0 と出てきますw

program main
    use iso_fortran_env
    print '(4a)', 'This file was compiled by ', &
                 compiler_version(), ' using the options ', &
                 compiler_options()
end program main

unicode も出せます。 UTF-8