About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
int
main
(
) {
3
puts
(
s:
"HI i am a program"
);
4
return
0
;
5
}
6