Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit e8b1b27

Browse files
authored
Update README.md
1 parent 4d7c3df commit e8b1b27

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ include "rsxrio" : *;
3232
int main() {
3333
std::rout("Hello, World!", std::endl());
3434
return 0;
35-
}```
35+
}
36+
```
3637

3738
## Factorial and Fibonacci
3839
```c++
@@ -53,11 +54,12 @@ int main() {
5354
n = 5; printf("factorial(%d) = %d\n", n, factorial(n));
5455
n = 8; printf("fibonacci(%d) = %d\n", n, fibonacci(n));
5556
return 0;
56-
}```
57+
}
58+
```
5759
5860
# Libraries
5961
- rsxrio
6062
- rsxrmath
6163
- rsxrglfw
6264
- rsxrgl
63-
- rsxr-rvr
65+
- rsxr-rvr

0 commit comments

Comments
 (0)