Skip to content

Instantly share code, notes, and snippets.

@jaklt
Created September 15, 2010 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaklt/581183 to your computer and use it in GitHub Desktop.
Save jaklt/581183 to your computer and use it in GitHub Desktop.
int main(int argc, char *argv[])
{
char response[20];
scanf("%s", &response);
printf("aeiok\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment