Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1866db1d7c725a3bbc0e4f6169c76444 > files > 401

cmake-2.6.4-0.1mdv2009.0.i586.rpm

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

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