About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
int
4
main
(
)
5
{
6
printf
(
format:
"Hello there.\n"
);
7
}
8