fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("\t\t\t*\t\t*");
  6. printf("\n\t\t*\t\t*\t\t*");
  7. printf("\n\t\t*\t\t\t\t*");
  8. printf("\n\t\t\t*\t\t*");
  9. printf("\n\t\t\t\t*");
  10.  
  11. }
  12.  
Success #stdin #stdout 0s 5272KB
stdin
Standard input is empty
stdout
			*		*
		*		*		*
		*				*
			*		*
				*