About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
int
4
main
(
int
argc
,
char
*
argv
[] )
5
{
6
printf
(
format:
"main\n"
);
7
}
8