Skip to content

Instantly share code, notes, and snippets.

@jaklt
Created September 15, 2010 18:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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