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