Skip to content

Commit

Permalink
Update table-of-contents.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyengiabach1201 authored Sep 2, 2024
1 parent a5f3b33 commit 0bc60ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tutorial/table-of-contents.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Table of contents

1. [Introduction and history](/tutorial/introduction-and-history.md)
2. [Basic syntax](/tutorial/basic-syntax.md)
3. [Some useful functions](/tutorial/functions.md)
4. [Basic data types, size and declaration](/tutorial/data.md)
5. [Pointers and memory allocation](/tutorial/pointer-allocate.md)
1. [Introduction and history](./tutorial/introduction-and-history.md)
2. [Basic syntax](./tutorial/basic-syntax.md)
3. [Some useful functions](./tutorial/functions.md)
4. [Basic data types, size and declaration](./tutorial/data.md)
5. [Pointers and memory allocation](./tutorial/pointer-allocate.md)

## Working examples

1. [Hello world!](/examples/helloworld.f)
2. [Calculate cube volume (click to see more about function)](/examples/cube-volume.f)
3. [Math examples](/examples/math.f)
1. [Hello world!](./examples/helloworld.f)
2. [Calculate cube volume (click to see more about function)](./examples/cube-volume.f)
3. [Math examples](./examples/math.f)

<br/>

Expand All @@ -19,7 +19,7 @@
<p align="center">
<em>
<b>
<a href="/tutorial/introduction-and-history.md">
<a href="./tutorial/introduction-and-history.md">
Continue: Introduction and history
</a>
</b>
Expand Down

0 comments on commit 0bc60ff

Please sign in to comment.