Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created October 22, 2012 19:41
Show Gist options
  • Select an option

  • Save legumbre/3933602 to your computer and use it in GitHub Desktop.

Select an option

Save legumbre/3933602 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (int argc, char *argv[])
{
printf("hello world!");
}
/* Local Variables: */
/* compile-command: "make -k foo && ./foo" */
/* End: */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment