rtfd/in/public/code/c/index.rst
Marc Beninca cf021fd088 c/main
2018-12-11 21:38:01 +01:00

14 lines
117 B
ReStructuredText

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