About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdlib.h>
2
#include
<stdio.h>
3
int
main
(
void
) {
printf
(
format:
"hello, world"
); }
4