Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spydr06 committed Sep 21, 2022
1 parent 8c1f788 commit bfcd7ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
<details>
<summary><b>Hello World</b></summary>

### helloworld.csp
### [helloworld.csp](examples/traditional/helloworld.csp)
![](examples/assets/img/helloworld.png)
</details>

<details>
<summary><b>Fibonacci</b></summary>

### fibonacci.csp
### [fibonacci.csp](examples/traditional/fibonacci.csp)
![](examples/assets/img/fibonacci.png)
</details>

<details>
<summary><b>Lambda Functions</b></summary>

### lambda.csp
### [lambda.csp](examples/language/lambda.csp)
![](examples/assets/img/lambda.png)
</details>

<details>
<summary><b>Read File</b></summary>

### read_file.csp
### [read_file.csp](examples/std/read_file.csp)
![](examples/assets/img/read_file.png)
</details>

<details>
<summary><b>Random Number Generator</b></summary>

### random.csp
### [random.csp](examples/std/rand.csp)
![](examples/assets/img/random.png)
</details>

Expand Down

0 comments on commit bfcd7ce

Please sign in to comment.