Skip to content

Instantly share code, notes, and snippets.

@kmcallister
Created June 18, 2012 23:45
Show Gist options
  • Save kmcallister/2951474 to your computer and use it in GitHub Desktop.
Save kmcallister/2951474 to your computer and use it in GitHub Desktop.
Haskell/C polyglot
int x[] = {-1};
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
//-}(); main = putStrLn "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment