Skip to content

Instantly share code, notes, and snippets.

@kaldas
Created September 24, 2010 20:51
Show Gist options
  • Save kaldas/596018 to your computer and use it in GitHub Desktop.
Save kaldas/596018 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <locale.h>
int main()
{
char c;
setlocale(LC_ALL,"Portuguese");
scanf("%c",&t);
printf("%c",t);
return;
}
@deluca42
Copy link

deluca42 commented Oct 4, 2010

OWNAGE ? hiihiihhi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment