Sophie

Sophie

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

cmake-2.8.0-2.fc13.x86_64.rpm

#include "hello.h"

extern Hello hello;

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