Advertisement
D3ad

Untitled

Jun 13th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <stdbool.h>
  4.  
  5. int main(int argc, char *argv[]){
  6.     bool b_bday = true;
  7.  
  8.     if(b_bday){
  9.         for(int i = 0; i < 3; i++)
  10.             printf("Happy birthday to you\n");
  11.         printf("Happy birthday dear __insert_your_name_here__\nHappy birthday to you\n");
  12.     }
  13. return EXIT_SUCCESS;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement