Mega Code Archive
Categories
/
C
/
Console
Output a string to stdout
#include
int main () { char string [] = "Hiiiiiiiiiiii!"; puts (string); }