rtfd/in/public/code/c/index.rst

15 lines
117 B
ReStructuredText
Raw Normal View History

2018-12-11 20:38:01 +00:00
C
=
Main
----
.. code:: c
#include <stdio.h>
main() {
printf("Hello, world!\n");
system("pause");
}