Friday, July 16, 2010

The cyrillic letter Yo

Here's a small site I'm developing: bukva-yo.ru. It's my attempt to push for acceptance of the usage of this letter in all contexts and styles, not just children's books!

Friday, October 27, 2006

helloworld.c

int main ()
{
printf ("Hello, world!\n");
return 0;
}