c/main
This commit is contained in:
parent
71e94362ea
commit
cf021fd088
2 changed files with 15 additions and 0 deletions
14
in/public/code/c/index.rst
Normal file
14
in/public/code/c/index.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
C
|
||||
=
|
||||
|
||||
Main
|
||||
----
|
||||
|
||||
.. code:: c
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
main() {
|
||||
printf("Hello, world!\n");
|
||||
system("pause");
|
||||
}
|
|
@ -5,4 +5,5 @@ Code
|
|||
:maxdepth: 2
|
||||
|
||||
bash/index
|
||||
c/index
|
||||
python3/index
|
||||
|
|
Loading…
Reference in a new issue