Skip to content

Commit

Permalink
Fix command line formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuihtlauac ALVARADO committed Jan 10, 2025
1 parent 8193b05 commit e8d8c9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/tutorials/guides/0tt_04_calling_fortran_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ At this point, the steps that are given are to compile this into
bytecode. I don't yet have much experience compiling to native so I'll
let some else help out (or wait until I learn how to do it).

```
prompt> ocamlc -c gtd6.ml prompt> ocamlc -o test gtd6.cmo wrapper.so
```
`prompt> ocamlc -c gtd6.ml`

`prompt> ocamlc -o test gtd6.cmo wrapper.so`

And voila, we've called the fortran function from OCaml.

0 comments on commit e8d8c9b

Please sign in to comment.