#include <stdio.h> int main(void){}n = 3;for (i = 1; i <= n; i++) { for (j = 1; j <= n; j++) printf("*"); printf("\n"); }
Standard input is empty
#include <stdio.h> int main(void) {}n = 3; for (i = 1; i <= n; i++) { for (j = 1; j <= n; j++) printf("*"); printf("\n"); }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!