Skip to content

Instantly share code, notes, and snippets.

@sugar700
Created August 29, 2012 19:05
Show Gist options
  • Select an option

  • Save sugar700/3517289 to your computer and use it in GitHub Desktop.

Select an option

Save sugar700/3517289 to your computer and use it in GitHub Desktop.
#include <stdio.h>
/* What is a, b?
Is C dynamic language? */
int main(a, b)
/* Well... yes... */
int a; char *b[];
/* Yes, I'm serious! */
{
puts("Hello, world!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment