#!/usr/bin/env python

import MonteCarlo

print MonteCarlo.InsideCircle(1000000000,1,2)
