sigh2

by jero32 on December 23rd, 2009
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
#include "stdio.h"
 
main(){
    char str[256];
    scanf ("%s",str);
    if (str == "lol"){
        printf("hooray");
        }
    else{
        printf("ah ah ah you didnt say the magic word!");
        }
}
 

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS