#include int main( void ) { printf("this\n is a\n test\n"); return(0); }