Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 1.01 KB

File metadata and controls

80 lines (56 loc) · 1.01 KB

Welcome to Code Ref exercise's documentation!

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   feature-a
   feature-b

Let's see what this project is all about.

Level 1

Main text

Feature A

F1

Level 3

Option 1

Level 4

Use this and this keyword

Feature B

FB

Exceptions to it

  1. item 1
  2. item 2
  3. item 3
  4. 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

Indices and tables