This commit is contained in:
Marc Beninca 2018-12-11 21:38:01 +01:00
parent 71e94362ea
commit cf021fd088
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
C
=
Main
----
.. code:: c
#include <stdio.h>
main() {
printf("Hello, world!\n");
system("pause");
}

View file

@ -5,4 +5,5 @@ Code
:maxdepth: 2 :maxdepth: 2
bash/index bash/index
c/index
python3/index python3/index