Skip to content

Instantly share code, notes, and snippets.

@antirez
Created June 5, 2012 09:25
Show Gist options
  • Save antirez/2873831 to your computer and use it in GitHub Desktop.
Save antirez/2873831 to your computer and use it in GitHub Desktop.
#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... */
@jaseemabid
Copy link

lol. Good one :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment