#include <stdio.h>
#include <math.h>

int main(int argc,char *argv[])
{
 printf("Hi there, did you know that PI = %f ?\n",M_PI);
 return(0);
}  
