Skip to content

Commit

Permalink
Update fortran_ex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WonyoungCho committed Nov 24, 2018
1 parent 4dfd340 commit ffcaac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fortran_ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ a(0,0)|a(1,0)|a(2,0)|*a(0,1)*|*a(1,1)*|*a(2,1)*|a(0,2)|a(1,2)|a(2,2)
```c
for(i=0;i<3;i++)
for(i=0;i<3;i++)
print('%d\n',a[i][j]);
print('%d\n', a[i][j]);
```
a(0,0)|a(0,1)|a(0,2)|*a(1,0)*|*a(1,1)*|*a(1,2)*|a(2,0)|a(2,1)|a(2,2)
Expand Down

0 comments on commit ffcaac0

Please sign in to comment.