2024-06-21
This commit is contained in:
19
Writerside/topics/starter-topic.md
Normal file
19
Writerside/topics/starter-topic.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Fortran
|
||||
|
||||
## 설치
|
||||
|
||||
```bash
|
||||
sudo apt install gfortran
|
||||
```
|
||||
|
||||
## 버전 확인
|
||||
|
||||
```bash
|
||||
gfortran --version
|
||||
```
|
||||
|
||||
## 컴파일
|
||||
|
||||
```bash
|
||||
gfortran hello.f90 -o hello
|
||||
```
|
||||
Reference in New Issue
Block a user