Advertisement
coolizer

Comp1917 - Dragon

Mar 12th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.70 KB | None | 0 0
  1. //12-03-2014
  2. //Original DORAGAWN!!!
  3.  
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6.  
  7. int main (int argc, char * argv []) {
  8.    printf ("          ..\n");
  9.    printf ("         //v\\");
  10.    printf ("\n        O/v  v\\O\n");
  11.    printf ("       //v    v\\ \n");
  12.    printf ("      \\/v      v\\");
  13.    printf ("\n       \\A      A/|   A\n");
  14.    printf ("        \\A    A/ |  /  \\");
  15.    printf ("\n A_______\\A A/   | /    |\n");
  16.    printf ("/         \\A/    \\/    /\n");
  17.    printf ("\\    /\\/\\/\\       \\\\/\\/\n");
  18.    printf (" \\  /      \\    /  \\\n");
  19.    printf ("  \\/       / \\ |    \\\n");  
  20.    printf ("      |   \\W     \\\n");  
  21.    printf ("          W    \\      \\\n");
  22.  
  23.    return EXIT_SUCCESS;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement