Skip to content

Instantly share code, notes, and snippets.

@be9
Forked from anonymous/rushello.c
Created February 17, 2011 14:18
Show Gist options
  • Save be9/831798 to your computer and use it in GitHub Desktop.
Save be9/831798 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <locale.h>
int main()
{
setlocale(LC_ALL, "Rus");
printf("Здравствуй, мир!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment