Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss authored Jan 14, 2023
1 parent 4d7c3df commit e8b1b27
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ include "rsxrio" : *;
int main() {
std::rout("Hello, World!", std::endl());
return 0;
}```
}
```

## Factorial and Fibonacci
```c++
Expand All @@ -53,11 +54,12 @@ int main() {
n = 5; printf("factorial(%d) = %d\n", n, factorial(n));
n = 8; printf("fibonacci(%d) = %d\n", n, fibonacci(n));
return 0;
}```
}
```
# Libraries
- rsxrio
- rsxrmath
- rsxrglfw
- rsxrgl
- rsxr-rvr
- rsxr-rvr

0 comments on commit e8b1b27

Please sign in to comment.