Skip to content

Instantly share code, notes, and snippets.

@BrooklinJazz
Created January 5, 2020 01:16
Show Gist options
  • Select an option

  • Save BrooklinJazz/1de1b98a7bc795b3cfafe7547587bddc to your computer and use it in GitHub Desktop.

Select an option

Save BrooklinJazz/1de1b98a7bc795b3cfafe7547587bddc to your computer and use it in GitHub Desktop.
Breaking the main C convention
#include <stdio.h>
int BreakingConvention(void)
{
printf("I won't compile\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment