Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 03bc0c6bcb16a97221b97d281f8d4fa6 > files > 635

cmake-2.8.8-4.fc16.i686.rpm

#include "hello.h"
#include <stdio.h>

void Hello::Print()
{
  printf("Hello, World!\n");
}