Skip to content

Instantly share code, notes, and snippets.

@zsrinivas
Created June 2, 2014 12:35
Show Gist options
  • Select an option

  • Save zsrinivas/c6e072ff8b6f3033d6f7 to your computer and use it in GitHub Desktop.

Select an option

Save zsrinivas/c6e072ff8b6f3033d6f7 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char const *argv[])
{
printf("print this\n" "and this");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment