Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 639 Bytes

feature-b.rst

File metadata and controls

35 lines (26 loc) · 639 Bytes

Welcome to Code Ref exercise's documentation!

.. toctree::
   :maxdepth: 2
   :caption: Feature B:

Feature B

Subsection

Our code in C

#include <stdio.h>
int main()
{
   printf("Hello, World!");
   return 0;
 }

Indices and tables