lazylion269
New member
** Cách chạy chương trình Fortran trên Linux **
** cho Ubuntu 9.0.4 **
1. Cài đặt trình biên dịch GFORTRAN.
`` `
sudo apt-get install gforTran
`` `
2. Tạo một tập tin Fortran mới.
`` `
Chạm vào Hello.F90
`` `
3. Mở tệp trong trình soạn thảo văn bản và nhập mã sau:
`` `
chương trình xin chào
In *, "Xin chào, Thế giới!"
Kết thúc chương trình xin chào
`` `
4. Lưu tệp và biên dịch nó.
`` `
GFORTRAN HELLO.F90
`` `
5. Chạy chương trình.
`` `
./a.out
`` `
Bạn sẽ thấy đầu ra sau:
`` `
Chào thế giới!
`` `
=======================================
**How to Run Fortran Programming on Linux**
**For Ubuntu 9.0.4**
1. Install the gfortran compiler.
```
sudo apt-get install gfortran
```
2. Create a new Fortran file.
```
touch hello.f90
```
3. Open the file in a text editor and enter the following code:
```
program hello
print *, "Hello, world!"
end program hello
```
4. Save the file and compile it.
```
gfortran hello.f90
```
5. Run the program.
```
./a.out
```
You should see the following output:
```
Hello, world!
```
** cho Ubuntu 9.0.4 **
1. Cài đặt trình biên dịch GFORTRAN.
`` `
sudo apt-get install gforTran
`` `
2. Tạo một tập tin Fortran mới.
`` `
Chạm vào Hello.F90
`` `
3. Mở tệp trong trình soạn thảo văn bản và nhập mã sau:
`` `
chương trình xin chào
In *, "Xin chào, Thế giới!"
Kết thúc chương trình xin chào
`` `
4. Lưu tệp và biên dịch nó.
`` `
GFORTRAN HELLO.F90
`` `
5. Chạy chương trình.
`` `
./a.out
`` `
Bạn sẽ thấy đầu ra sau:
`` `
Chào thế giới!
`` `
=======================================
**How to Run Fortran Programming on Linux**
**For Ubuntu 9.0.4**
1. Install the gfortran compiler.
```
sudo apt-get install gfortran
```
2. Create a new Fortran file.
```
touch hello.f90
```
3. Open the file in a text editor and enter the following code:
```
program hello
print *, "Hello, world!"
end program hello
```
4. Save the file and compile it.
```
gfortran hello.f90
```
5. Run the program.
```
./a.out
```
You should see the following output:
```
Hello, world!
```