Created
June 5, 2012 09:25
-
-
Save antirez/2873831 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main(void) { /* required by this strange BASIC compiler... */ | |
/* BASIC starts here... */ | |
l10: printf("Hello World\n"); | |
l20: goto l10; | |
} /* Again, without this it does not work. L4m3 people should not write BASIC compilers... */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lol. Good one :)