Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > c4fdc7d792e8d80b1f5a0945ea99deb8 > files > 490

cmake-2.8.0-2.fc13.x86_64.rpm

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

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