Mega Code Archive
Categories
/
C
/
Language Basics
Simple string ouput
#include
int main(void) { printf("hello"); /* printf("there"); */ return 0; }