.. toctree:: :maxdepth: 2 :caption: Contents: feature-a feature-b
Let's see what this project is all about.
Main text
F1
Option 1
Use this and this keyword
FB
Exceptions to it
- item 1
- item 2
- item 3
- item 4
| No. | Prime |
|---|---|
| 1 | No |
| 2 | Yes |
| 3 | Yes |
| 4 | No |
How our function looks like:
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}Good luck