Mega Code Archive
Categories
/
C
/
Console
Output string to console
#include
int main(void) { puts("one"); puts("two"); puts("three"); return 0; }