Advertisement
rahat62

Dream of Twilight

Jan 31st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(){
  3.  
  4.     char a='"';
  5.    printf("%cThanks to EWU Dream of Twilight%c\n",a,a);
  6.    return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement