Skip to content

Commit

Permalink
Update readme to include Length
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Oct 26, 2024
1 parent 9b59c93 commit 2a243bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXIT89 requires an IBM-compatible PC with a 386 or higher CPU and at least 4 MB
### 2. Compiling the Code

```bash
gfortran -o EXIT8908 Create_EXIT89_Data_File.f90 Read_Comma_Delimited_File.f90
gfortran -o EXIT8908 Create_EXIT89_Data_File.f90 Read_Comma_Delimited_File.f90 Length.f90
```

This will create an executable file named `EXIT8908`.
Expand Down

0 comments on commit 2a243bd

Please sign in to comment.