# include // // Program 3.3, Stephen Kochan, Programming in C. // int main ( void ) { printf ( "Testing...\n..1\n...2\n....3\n" ); return 0; }