# Fortran ## 설치 ```bash sudo apt install gfortran ``` ## 버전 확인 ```bash gfortran --version ``` ## 컴파일 ```bash gfortran hello.f90 -o hello ```