Skip to content

Instantly share code, notes, and snippets.

@detly
Created April 26, 2015 04:02
Show Gist options
  • Save detly/efc0572bdd08df041c16 to your computer and use it in GitHub Desktop.
Save detly/efc0572bdd08df041c16 to your computer and use it in GitHub Desktop.
/* Compile with "gcc -o weirdness weirdness.c" */
#include <stdio.h>
int main(void)
{
fprintf(stderr, "Blorp.\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment