# RSA_in_Fortran RSA暗号をFortranで実装したプログラム ## コンパイル ``` $ sudo apt install gfortran $ gfortran main.f90 $ ./a.out ```