Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d13c44d25e010cf6888af1334cc6534b > files > 558

cmake-2.8.4-1.fc15.i686.rpm

#include "hello.h"

extern Hello hello;

int main()
{
  hello.Print();
  
  return 0;
}